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
When routing using a datapoint context, the routed Metric is missing IsMonotonic and AggregationTemporality (when routing using the default context, it works fine).
Trying to forward them to a Datadog Exporter fails due to that.
Metric #7
Descriptor:
-> Name: app_user_logins_total
-> Description: The number of users login into the Klarna app.
-> Unit:
-> DataType: Sum
-> IsMonotonic: true
-> AggregationTemporality: Cumulative
Actual Result
Seeing this in logs:
Metric #7
Descriptor:
-> Name: app_user_logins_total
-> Description: The number of users login into the Klarna app.
-> Unit:
-> DataType: Sum
-> IsMonotonic: false
-> AggregationTemporality: Unspecified
When forwarding this to a Datadog Exporter we get:
Component(s)
connector/routing
What happened?
Description
When routing using a
datapoint
context, the routedMetric
is missingIsMonotonic
andAggregationTemporality
(when routing using the default context, it works fine).Trying to forward them to a Datadog Exporter fails due to that.
Steps to Reproduce
Config:
Expected Result
Expecting to see this in logs:
Actual Result
Seeing this in logs:
When forwarding this to a Datadog Exporter we get:
Collector version
0.117.0
Environment information
Environment
OS: macOS 14.7.2
Compiler(if manually compiled): N/A
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: