Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dial hook time accuracy #2650

Open
taytzehao opened this issue Jul 18, 2023 · 0 comments
Open

Dial hook time accuracy #2650

taytzehao opened this issue Jul 18, 2023 · 0 comments

Comments

@taytzehao
Copy link
Contributor

Issue tracker is used for reporting bugs and discussing new features. Please use
stackoverflow for supporting issues.

The current way of calculating createTime takes into consideration the time use to create the metadata slice for the record. This makes the recorded time slightly inaccurate from the description of The time it took to create a new connection.

Expected Behavior

The createTime metric should only calculate the time used to create the connection itself.

Current Behavior

Possible Solution

N/A

Steps to Reproduce

N/A

Context (Environment)

Just trying to make the calculated time slightly more accurate to the description

Detailed Description

N/A

Possible Implementation

Calculate the time difference right before the start of the dialHook execution and right after the dialHook execution

I have already created the change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant