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

chore: summary metrics are always cumulative temporality #547

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

srikanthccv
Copy link
Member

@srikanthccv srikanthccv commented Feb 18, 2025

For summary metrics, we were incorrectly setting the temporality as Unspecified. This was because there is no temporality field on the Summary point. It was clarified with this change open-telemetry/opentelemetry-proto#591 that Summary metrics will always represent cumulative values. This change fixes it.

@srikanthccv srikanthccv marked this pull request as ready for review February 19, 2025 05:22
@srikanthccv srikanthccv merged commit fb585c7 into main Feb 19, 2025
3 checks passed
@srikanthccv srikanthccv deleted the summary-cumu branch February 19, 2025 06:22
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.

2 participants