Skip to content

Dial hook time accuracy #2650

Open
Open
@taytzehao

Description

@taytzehao

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions