Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
otel:
# "file_format" serves as opt-in to the new file format
file_format: "1.0-rc.1"
resource:
detection/development:
detectors:
- service:
attributes:
- name: service.name
value: declarative-config-spring-boot-3

tracer_provider:
processors:
- simple:
exporter:
test:
- simple:
exporter:
console:

logger_provider:
processors:
- simple:
exporter:
test:

meter_provider:
readers:
- periodic:
# Set really long interval. We'll call forceFlush when we need the metrics
# instead of collecting them periodically.
interval: 1000000
exporter:
test:

propagator:
composite:
- tracecontext:
- baggage:

instrumentation/development:
java:
runtime-telemetry:
emit_experimental_telemetry: true
http:
client:
emit_experimental_telemetry: true
Loading