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 Reporter to send EntityId from environment #1337

Closed
juancarrey opened this issue May 10, 2024 · 0 comments
Closed

DataDog Reporter to send EntityId from environment #1337

juancarrey opened this issue May 10, 2024 · 0 comments

Comments

@juancarrey
Copy link
Contributor

Hello,

We are using latest Kamon library to send our metrics to DataDog though DataDog Agent (DogStatsD)

Our infrastructure relies on Datadog Entity Id to add contextual tags for infrastructure details, and we see that Kamon library is not adding this tag by default to DataDog reporters

dd.internal.entity_id:$DD_ENTITY_ID tag.

Essentially, the official java dogstatsd client adds this tag by default:

https://github.com/DataDog/java-dogstatsd-client/blob/c18559c89e24bd2e407a2c23dfd3608a831a2977/src/main/java/com/timgroup/statsd/NonBlockingStatsDClient.java#L1243

It would be good to add this tag by default as well in Kamon Datadog Reporters.

Thank you

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