Datadog

    1. datadog: {}
    1. --tracing.datadog=true

    localAgentHostPort

    Required, Default="127.0.0.1:8126"

    Local Agent Host Port instructs reporter to send spans to datadog-tracing-agent at this address.

    1. [tracing]
    2. [tracing.datadog]
    1. tracing:
    2. datadog:
    3. localAgentHostPort: 127.0.0.1:8126

    debug

    Enable Datadog debug.

    1. [tracing.datadog]
    2. debug = true
    1. tracing:
    2. datadog:
    3. debug: true

      globalTag

      Optional, Default=empty

      1. [tracing]
      2. [tracing.datadog]
      1. --tracing.datadog.globalTag=sample

      prioritySampling

      Optional, Default=false

      Enable priority sampling. When using distributed tracing, this option must be enabled in order to get all the parts of a distributed trace sampled.

      1. [tracing]
      2. [tracing.datadog]
      3. prioritySampling = true
      1. tracing:
      2. datadog:
      1. --tracing.datadog.prioritySampling=true