You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The non-additive instruments (ValueRecorder, ValueObserver) use a MinMaxSumCount aggregation, by default.
What did you expect to see?
Additional context.
Code change in Go SDK switching to LastValue: open-telemetry/opentelemetry-go#1165, needs to be made in other languages as well, but first we need to update the spec.
The text was updated successfully, but these errors were encountered:
What are you trying to achieve?
According to the comment #636 (comment), the agreement is to use
LastValue
aggregation forValueObserver
.The specification still states that
ValueObserver
should haveMinMaxSumCount
aggregation by default: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/metrics/api.md#aggregationsWhat did you expect to see?
Additional context.
Code change in Go SDK switching to
LastValue
: open-telemetry/opentelemetry-go#1165, needs to be made in other languages as well, but first we need to update the spec.The text was updated successfully, but these errors were encountered: