File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
declarative-configuration Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 6060
6161 - name : Run declarative-configuration
6262 working-directory : declarative-configuration
63- run : ../gradlew run
63+ run : |
64+ export OTEL_EXPERIMENTAL_CONFIG_FILE=$(pwd)/otel-sdk-config.yaml
65+ ../gradlew run
6466
6567 # this is not a required check to avoid blocking pull requests if external links break
6668 markdown-link-check :
7678 - if : >
7779 needs.build.result != 'success' ||
7880 needs.test-declarative-configuration-run.result != 'success'
79- run: exit 1
81+ run: exit 1
Original file line number Diff line number Diff line change 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
55resource :
66 attributes :
77 - name : service.name
88 value : file-configuration-example
99
10+ propagator :
11+ composite :
12+ - tracecontext :
13+ - baggage :
14+
1015tracer_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:
You can’t perform that action at this time.
0 commit comments