-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Adjust DNS metrics #89813
Adjust DNS metrics #89813
Conversation
Tagging subscribers to this area: @dotnet/ncl Issue DetailsAdjust DNS metrics according to dotnet-dns-metrics.md from lmolkova/semantic-conventions#1 . This is a semantical change, since we are recording lookup duration instead of lookups requested. The total number of lookups can be derived though unfinished requests will not count. /cc @davidfowl Contributes to #89093.
|
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple small issues inline, otherwise looks good!
src/libraries/System.Net.NameResolution/src/System/Net/NameResolutionMetrics.cs
Show resolved
Hide resolved
src/libraries/System.Net.NameResolution/src/System/Net/NameResolutionTelemetry.cs
Show resolved
Hide resolved
cc @JamesNK |
src/libraries/System.Net.NameResolution/src/System/Net/NameResolutionMetrics.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.NameResolution/src/System/Net/NameResolutionTelemetry.cs
Outdated
Show resolved
Hide resolved
…olutionMetrics.cs Co-authored-by: Miha Zupan <[email protected]>
…v/runtime into adjust-dns-metrics-01
/azp run runtime |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
All CI failures are unrelated. |
Adjust DNS metrics according to dotnet-dns-metrics.md from lmolkova/semantic-conventions#1 .
This is a semantical change, since we are recording lookup duration instead of lookups requested. The total number of lookups can be derived though unfinished requests will not count. /cc @davidfowl
Contributes to #89093.