Skip to content

Commit b6602d4

Browse files
authored
Fix declarative config example (open-telemetry#675)
1 parent 3c9fe15 commit b6602d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

declarative-configuration/otel-sdk-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ meter_provider:
2525
aggregation:
2626
drop:
2727

28-
propagators: [tracecontext, baggage]
28+
propagator:
29+
composite:
30+
- tracecontext
31+
- baggage

0 commit comments

Comments
 (0)