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
After upgrading opentelemetry-collector-contrib from v0.103.0 to v0.108.0, we realized that we were missing tracing application metrics in Datadog. I couldn't identify any clear breaking change from the release docs, so I:
Downgraded the version to v0.107.0, but I was still not receiving metrics data.
I downgraded to v0.106.1, and observed that we were receiving tracing application metrics again.
After disabling this feature, I started seeing tracing application metrics in Datadog again, while still on v0.107.0.
I then tried updating to v0.110.0, in case there was some other change that fixed my issue. I still saw tracing metrics data with the feature disabled.
I then deployed v0.110.0 with the feature enabled, and saw that the metrics data was absent again, like it was on v0.107 and v0.108.
This is my first issue in this repository, so let me know if anything is missing, and I'll be happy to add it!
Steps to Reproduce
Upgrade to v0.107.0 or v0.110.0 and see if you stop receiving data for your tracing application metrics in Datadog.
If you don't receive metrics data, try disabling the feature with --feature-gates=-connector.datadogconnector.NativeIngest.
See if you are receiving tracing application metrics data in Datadog again.
Expected Result
I should continue to receive tracing applications metric data in Datadog after upgrading to v0.107.0.
Actual Result
I stopped receiving data for my existing metrics in Datadog.
oddgrd
changed the title
Missing tracing application metrics data in Datadog after upgrading to v0.107 or higher
[connector/datadog] Missing tracing application metrics data in Datadog after upgrading to v0.107 or higher
Sep 26, 2024
Component(s)
connector/datadog
What happened?
Description
After upgrading
opentelemetry-collector-contrib
from v0.103.0 to v0.108.0, we realized that we were missing tracing application metrics in Datadog. I couldn't identify any clear breaking change from the release docs, so I:connect.datadogconnector.NativeIngest
feature was now enabled by default in [connector/datadog] Move feature gate connector.datadogconnector.NativeIngest to beta #34549.This is my first issue in this repository, so let me know if anything is missing, and I'll be happy to add it!
Steps to Reproduce
--feature-gates=-connector.datadogconnector.NativeIngest
.Expected Result
I should continue to receive tracing applications metric data in Datadog after upgrading to v0.107.0.
Actual Result
I stopped receiving data for my existing metrics in Datadog.
Collector version
v0.107.0, v0.108.0, v0.110.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
I experienced the issue with the
docker.io/otel/opentelemetry-collector-contrib:0.110.0
image.OpenTelemetry Collector configuration
Log output
There was no change in collector logs after the update.
Additional context
No response
The text was updated successfully, but these errors were encountered: