We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85f9678 + 8bf8b22 commit 1cc32c3Copy full SHA for 1cc32c3
observability/simple-datadog/docker-compose.yml
@@ -38,10 +38,6 @@ services:
38
SPICEDB_OTEL_PROVIDER: "otlpgrpc"
39
# Send all traces. This defaults to 0.01 and should be tuned for your system.
40
SPICEDB_OTEL_SAMPLE_RATIO: 1.0
41
- # The default is w3c, which datadog doesn't support. In order to get trace
42
- # propagation from a datadog-instrumented application, you'll need to
43
- # ensure that the APM is configured to attach b3 trace propagation header.
44
- SPICEDB_OTEL_TRACE_PROPAGATOR: "b3"
45
ports:
46
- "9090:9090"
47
depends_on:
0 commit comments