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

Clarify aggregation temporality for Summary metric type #591

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

alanwest
Copy link
Member

I recently came across a scenario where an OTLP consumer assumed the count and sum fields of a Summary metric represented delta values. Needless to say, this is a false assumption.

The specific use case that led me to this discovery was from a user using the collector's Prometheus receiver scraping a target that emitted summary metrics. Of course the start time of the metric emitted by the collector was constant signaling these were cumulative values.

If my assumption is correct that Summary metrics will always represent cumulative values (with the exception of the quantiles) I think it makes sense to clarify this in the description.

@alanwest alanwest requested a review from a team as a code owner September 27, 2024 20:23
@reyang
Copy link
Member

reyang commented Oct 1, 2024

Editorial, merging now..

@reyang reyang merged commit a76fe9d into open-telemetry:main Oct 1, 2024
15 of 16 checks passed
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.

3 participants