-
Notifications
You must be signed in to change notification settings - Fork 965
Open
Labels
area:data-modelFor issues related to data modelFor issues related to data modelarea:semantic-conventionsRelated to semantic conventionsRelated to semantic conventionsenhancementNew feature or requestNew feature or requestspec:metricsRelated to the specification/metrics directoryRelated to the specification/metrics directory
Description
In #1618, the question of who to handle "dropped" metrics within OTLP was asked. In that PR, a naive algorithm for Delta => Cumulative sum conversion was proposed that was intended to be lightweight (in memory consumption) and does NOT allow for out-of-order (or delayed) delta sum points.
This raises the question of how you would report "dropped" metrics within OTLP for this scenario. Do we want to provide some known (semantic) convention? Or should this be a first class attribute (like dropped_attribute_count on spans)?
For now, tagging this as DataModel + Semantic convention until we've had a chance to discuss the best way to handle this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:data-modelFor issues related to data modelFor issues related to data modelarea:semantic-conventionsRelated to semantic conventionsRelated to semantic conventionsenhancementNew feature or requestNew feature or requestspec:metricsRelated to the specification/metrics directoryRelated to the specification/metrics directory