Traefik
StackState Self-hosted v5.1.x
Setup
Installation
Configuration
# Tracing definition
[tracing]
# Use the Datadog backend to send the Datadog Tracing format to StackState Agent
backend = "datadog"
# Component name used for your Traefik instance in StackState
serviceName = "traefik"
# Span name limit allows for name truncation in case of very long Frontend/Backend names
# This can prevent certain tracing providers to drop traces that exceed their length limits
spanNameLimit = 100
[tracing.datadog]
# StackState Agent Host Port instructs reporter to send spans to StackState at this address
localAgentHostPort = "agentHost:8126"
# Applies a shared tag in a form of source:traefik to all the spans of the trace
globalTag = "source:traefik"Integrate with Java traces
Troubleshooting
Last updated