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

use datadog APM for traces #129

Open
jamieklassen opened this issue Jun 3, 2020 · 1 comment
Open

use datadog APM for traces #129

jamieklassen opened this issue Jun 3, 2020 · 1 comment

Comments

@jamieklassen
Copy link
Member

jamieklassen commented Jun 3, 2020

let's first test with CI, then hush-house
since we seem to be using a unix socket for dogstatsd communication with the datadog agent, it makes sense to use a socket for APM as well. i think we'll need to upgrade the datadog chart in order for this configuration to be available -- I think the first version of the datadog chart that allowed this was 2.3.5.

Once that part is done i think it's enough to have concourse send its jaeger spans to the APM agent... it just occurred to me that this may not be possible because concourse may not be able to send HTTP messages to a unix socket.

In any case, these docs ought to help: https://docs.datadoghq.com/agent/kubernetes/apm/?tab=helm -- they suggest using the downward API to expose the host IP and connecting to the trace via that.

@eddieesquivel
Copy link

Placed my findings in this repo: https://github.com/eddieesquivel/concourse-datadog-tracing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants