-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[connector/datadog] Missing tracing application metrics data in Datadog after upgrading to v0.107 or higher #35437
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Hi can you file a ticket via https://datadoghq.com/support/ with some some output from |
Sure! I'll try to make time for it next week. |
Hi, I have the same situation. Is there any way to solve this? Thanks. |
I was able to work around it by disabling the new feature. See step two in the reproduction part of the original ticket. I didn't get around to following up on this with Datadog support, so I'm not sure if there is a better solution. And I'm on holiday now, so I won't be able to for a while. |
This is the same as #36272 (comment) @oddgrd if you can remove |
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: