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

[grpc] fix rpc.server.duration metric description #9479

Closed

Conversation

puckpuck
Copy link

Fixes #9478

This sets the description for the rpc.server.duration metric. This description is set as defined by the semantic convention for this metric.

When used with other services written in other languages that emit the same metric, all services must emit the same metric metadata (name, description) when used in conjunction with a Prometheus backend. The OpenTelemetry Collector, Prometheus exporter, will drop metrics that match the name but not the description against already received metrics. We have faced this problem as part of the OpenTelemetry demo project.

@puckpuck puckpuck requested a review from a team September 16, 2023 01:14
@github-actions github-actions bot requested a review from theletterf September 16, 2023 01:15
@puckpuck puckpuck closed this Sep 16, 2023
@puckpuck puckpuck deleted the grpc.fix-metric-description branch September 16, 2023 01:16
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

Successfully merging this pull request may close these issues.

rpc.server.duration metric description is incorrect
1 participant