opentelemetry-proto
opentelemetry-proto copied to clipboard
Is knowing that the metric values are aggregated from raw measurements important?
Currently there is a TODO in the metrics proto that needs a decision:
// TODO: Decide if knowing that the metric values are aggregated from raw measurements is important.
In other words, in a Histogram/Summary the count represents the number of times the App recorded values.
I like the idea of narrowly defining this as whether the aggregation Count matches the number of input measurements.