Skip to content
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

Datadog Synthetic Traces not working #9525

Closed
2 tasks done
dsenske opened this issue Nov 22, 2022 · 1 comment · Fixed by #9526
Closed
2 tasks done

Datadog Synthetic Traces not working #9525

dsenske opened this issue Nov 22, 2022 · 1 comment · Fixed by #9526
Labels
area/middleware/tracing kind/bug/confirmed a confirmed bug (reproducible). priority/P2 need to be fixed in the future status/5-frozen-due-to-age
Projects
Milestone

Comments

@dsenske
Copy link

dsenske commented Nov 22, 2022

Welcome!

  • Yes, I've searched similar issues on GitHub and didn't find any.
  • Yes, I've searched similar issues on the Traefik community forum and didn't find any.

What did you do?

We are using Datadog and their Synthetic Tests, but the connected Traces are empty.

There is a bug in your used Datadog Tracing Package, they have fixed it in the latest version.

Please take a look here: DataDog/dd-trace-go#1270

and update the package: https://github.com/traefik/traefik/blob/master/go.mod#L85

What did you see instead?

Empty Traces because of mismatching the Datadog Trace IDs

What version of Traefik are you using?

2.9.4

What is your environment & configuration?

     TRAEFIK_TRACING: "true"
      TRAEFIK_TRACING_DATADOG: "True"
      TRAEFIK_TRACING_DATADOG_PRIORITYSAMPLING: "True"
      TRAEFIK_TRACING_DATADOG_PARENTIDHEADERNAME: "x-datadog-parent-id"
      TRAEFIK_TRACING_DATADOG_SAMPLINGPRIORITYHEADERNAME: "x-datadog-sampling-priority"
      TRAEFIK_TRACING_DATADOG_TRACEIDHEADERNAME: "x-datadog-trace-id"

If applicable, please paste the log output in DEBUG level

No response

@nmengin nmengin added priority/P2 need to be fixed in the future kind/bug/confirmed a confirmed bug (reproducible). area/middleware/tracing and removed status/0-needs-triage labels Nov 22, 2022
@rtribotte rtribotte removed priority/P2 need to be fixed in the future kind/bug/confirmed a confirmed bug (reproducible). area/middleware/tracing labels Nov 22, 2022
@rtribotte rtribotte added this to issues in v2 via automation Nov 22, 2022
@ldez ldez linked a pull request Nov 22, 2022 that will close this issue
2 tasks
@traefiker traefiker added this to the 2.9 milestone Nov 22, 2022
@traefiker
Copy link
Contributor

Closed by #9526.

v2 automation moved this from issues to Done Nov 22, 2022
@rtribotte rtribotte added priority/P2 need to be fixed in the future kind/bug/confirmed a confirmed bug (reproducible). area/middleware/tracing labels Nov 22, 2022
@traefik traefik locked and limited conversation to collaborators Dec 23, 2022
@rtribotte rtribotte removed their assignment Jan 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/middleware/tracing kind/bug/confirmed a confirmed bug (reproducible). priority/P2 need to be fixed in the future status/5-frozen-due-to-age
Projects
No open projects
v2
Done
Development

Successfully merging a pull request may close this issue.

4 participants