spandex-project/spandex_datadog

Unified Service Tagging support

Opened this issue · 1 comments

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