Skip to content

Determine how to report dropped metrics #1655

@jsuereth

Description

@jsuereth

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:data-modelFor issues related to data modelarea:semantic-conventionsRelated to semantic conventionsenhancementNew feature or requestspec:metricsRelated to the specification/metrics directory

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions