File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
smoke-tests-otel-starter/spring-boot-3.2/src/main/resources Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ otel :
2+ # "file_format" serves as opt-in to the new file format
3+ file_format : " 1.0-rc.1"
4+ resource :
5+ detection/development :
6+ detectors :
7+ - service :
8+ attributes :
9+ - name : service.name
10+ value : declarative-config-spring-boot-3
11+
12+ tracer_provider :
13+ processors :
14+ - simple :
15+ exporter :
16+ test :
17+ - simple :
18+ exporter :
19+ console :
20+
21+ logger_provider :
22+ processors :
23+ - simple :
24+ exporter :
25+ test :
26+
27+ meter_provider :
28+ readers :
29+ - periodic :
30+ # Set really long interval. We'll call forceFlush when we need the metrics
31+ # instead of collecting them periodically.
32+ interval : 1000000
33+ exporter :
34+ test :
35+
36+ propagator :
37+ composite :
38+ - tracecontext :
39+ - baggage :
40+
41+ instrumentation/development :
42+ java :
43+ runtime-telemetry :
44+ emit_experimental_telemetry : true
45+ http :
46+ client :
47+ emit_experimental_telemetry : true
You can’t perform that action at this time.
0 commit comments