-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
DD Connector missing APM stats in Traces #32219
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
@Zurvarian We will take a look, but I recommend you to also file a support ticket with Datadog (see https://www.datadoghq.com/support/) so that we can work with you without you having to share details of your setup in the open. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Hi @mx-psi @dineshg13 @liustanley @songy23 @mackjmr @ankitpatel96, Is there any news on this? |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Component(s)
connector/datadog, exporter/datadog
What happened?
Description
We've upgraded from version v0.82.0 to v0.97.0 and as a condition for the upgrade we've changed our setup to use datadog/connector to be able to calculate the APM Metrics.
We can see the APM metrics in the main Traces dashboard, however Traces APM metrics are gone.
Steps to Reproduce
Configure OTEL to consume Traces from zipkin.
Route traces via datadog/connector into datadog/exporter.
Expected Result
APM Stats are attached to each Trace so we can see them when investigating issues.
Actual Result
APM Stats are only present in the main section of the Traces page.
Collector version
v096.0, v0.97.0
Environment information
We use the OTEL distrib installation that comes with the official Helm chart, deployed in a GCP Kubernetes.
OpenTelemetry Collector configuration
Log output
Additional context
When running the same version (v0.97.0) without the connector and with the feature flag:
--feature-gates=-exporter.datadogexporter.DisableAPMStats
disabled then the exporter is able to produce the APM Stats per Trace (and even per Span)The text was updated successfully, but these errors were encountered: