Skip to content

Commit 1cc32c3

Browse files
authored
Merge pull request #25 from authzed/remove-b3-recommendation
Remove b3 recommendation since DD supports w3c
2 parents 85f9678 + 8bf8b22 commit 1cc32c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

observability/simple-datadog/docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ services:
3838
SPICEDB_OTEL_PROVIDER: "otlpgrpc"
3939
# Send all traces. This defaults to 0.01 and should be tuned for your system.
4040
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"
4541
ports:
4642
- "9090:9090"
4743
depends_on:

0 commit comments

Comments
 (0)