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

Adjust DNS metrics #89813

Merged
merged 5 commits into from
Aug 3, 2023
Merged

Conversation

antonfirsov
Copy link
Member

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.

@antonfirsov antonfirsov added this to the 8.0.0 milestone Aug 1, 2023
@antonfirsov antonfirsov requested review from noahfalk, MihaZupan and a team August 1, 2023 22:05
@ghost ghost assigned antonfirsov Aug 1, 2023
@ghost
Copy link

ghost commented Aug 1, 2023

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

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.

Author: antonfirsov
Assignees: -
Labels:

area-System.Net

Milestone: 8.0.0

@antonfirsov
Copy link
Member Author

/azp run runtime-extra-platforms

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@noahfalk noahfalk left a 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!

@noahfalk
Copy link
Member

noahfalk commented Aug 1, 2023

cc @JamesNK

@antonfirsov
Copy link
Member Author

/azp run runtime

@antonfirsov
Copy link
Member Author

/azp run runtime-extra-platforms

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

1 similar comment
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@antonfirsov
Copy link
Member Author

All CI failures are unrelated.

@antonfirsov antonfirsov merged commit f447532 into dotnet:main Aug 3, 2023
142 of 172 checks passed
@ghost ghost locked as resolved and limited conversation to collaborators Sep 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adjust Networking metrics to follow OpenTelemetry semantic conventions [Design] .NET metrics naming standard
4 participants