Uh oh!
There was an error while loading. Please reload this page.
Adjust DNS metrics - #89813
Conversation
ghost
commented
Aug 1, 2023
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.
|
antonfirsov
commented
Aug 1, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
noahfalk
left a comment
There was a problem hiding this comment.
Couple small issues inline, otherwise looks good!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
noahfalk
commented
Aug 1, 2023
cc @JamesNK |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…olutionMetrics.cs Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
…v/runtime into adjust-dns-metrics-01
antonfirsov
commented
Aug 3, 2023
/azp run runtime |
antonfirsov
commented
Aug 3, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
antonfirsov
commented
Aug 3, 2023
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.