spandex-project / spandex_datadog

A datadog adapter for the `spandex` library.
MIT License
59 stars 42 forks source link

Unified Service Tagging support #51

Open MeNsaaH opened 2 years ago

MeNsaaH commented 2 years ago

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

DReigada commented 1 year ago

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,
 #....