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

OTLP Exporter Exports UpDownCounter Instrument as Monotonic #2170

Closed
jaelrod opened this issue Jun 1, 2023 · 0 comments · Fixed by #2171
Closed

OTLP Exporter Exports UpDownCounter Instrument as Monotonic #2170

jaelrod opened this issue Jun 1, 2023 · 0 comments · Fixed by #2171
Labels
bug Something isn't working

Comments

@jaelrod
Copy link
Contributor

jaelrod commented Jun 1, 2023

Using OTLP gRPC export format, otel-collector receives UpDownCounter metrics with the IsMonotonic flag set to true. Any UpDownCounter example export should reproduce the behavior.

Metric #1
Descriptor:
     -> Name: system_health_ros2__component_health
     -> Description:
     -> Unit:
     -> DataType: Sum
     **-> IsMonotonic: true**
     -> AggregationTemporality: AGGREGATION_TEMPORALITY_CUMULATIVE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant