Skip to content

Commit 0c6dbbd

Browse files
committed
add fix
1 parent 7951312 commit 0c6dbbd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

declarative-configuration/otel-sdk-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# See https://github.com/open-telemetry/opentelemetry-configuration for details on schema and examples
22

3-
file_format: "0.3"
3+
file_format: "1.0-rc.1"
44

55
resource:
66
attributes:
77
- name: service.name
88
value: file-configuration-example
99

10+
propagator:
11+
composite:
12+
- tracecontext:
13+
- baggage:
14+
1015
tracer_provider:
1116
processors:
1217
- batch:
@@ -23,9 +28,4 @@ meter_provider:
2328
instrument_type: histogram
2429
stream:
2530
aggregation:
26-
drop:
27-
28-
propagator:
29-
composite:
30-
- tracecontext
31-
- baggage
31+
drop:

0 commit comments

Comments
 (0)