opentelemetry source histogram discrepancy #24282
Unanswered
tony-resendiz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
hello, we recently ran into an issue when testing histogram metrics through the opentelemetry source component.
we have this client code (based on these docs):
and vector_collector_default service has this config:
the result is an average of ~1.5 for the histogram in datadog:
tapping the inputs of the datadog metrics sink the values seemed normal:
i found this discussion about using protobuf and vrl to remap the event so i tweaked the client code slightly and targeted a different vector using an otel sink (targeting datadog otlp metric intake) with this config:
this results in the desired avg of 1.0

thinking it could be issue with the dd apis, i opened a support ticket with them but they redirected me here. any ideas if this is an issue with the dd metrics sink? or something else entirely? thanks for your time.
Vector Config
No response
Vector Logs
No response
Beta Was this translation helpful? Give feedback.
All reactions