Skip to content
Jaeger Configuration

Jaeger Configuration

backend_type="jaeger"

Environment VariableYAML VariableDescriptionDefault Value
MTRACER_JAEGER_BASE_URLjaeger.base_urlBase URL of the Jaeger instancehttp://localhost:16686

YAML Example

backend_type: "jaeger"
jaeger:
  base_url: "http://localhost:16686"