opentelemetry source histogram discrepancy #24282
-
Questionhello, 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 ConfigNo response Vector LogsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Thanks for the thorough writeup and the workaround, that's very useful for pinning this down. I was OOO when this was originally reported. Closing since this is covered by #24365 |
Beta Was this translation helpful? Give feedback.


Thanks for the thorough writeup and the workaround, that's very useful for pinning this down. I was OOO when this was originally reported.
Closing since this is covered by #24365