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

Unified Service Tagging support #51

Open
MeNsaaH opened this issue Jul 21, 2022 · 2 comments
Open

Unified Service Tagging support #51

MeNsaaH opened this issue Jul 21, 2022 · 2 comments

Comments

@MeNsaaH
Copy link

MeNsaaH commented Jul 21, 2022

https://docs.datadoghq.com/getting_started/tagging/unified_service_tagging/

@DReigada
Copy link
Contributor

This is already sypported. You can specify those tags in the tracer configuration.

We're doing something like this:

config :spandex, YourTracer,
  env: :your_env,
  service: :your_service,
  service_version: :your_version,
 #....

@aenand
Copy link

aenand commented Jan 6, 2025

@DReigada is there a way to use service_version based on the git commit sha instead of explicitly tagging it in the config section?

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

3 participants