Skip to content

Commit b11df22

Browse files
committed
comment
1 parent 299156b commit b11df22

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

spring-declarative-configuration/src/main/resources/application.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ otel:
2121
- batch:
2222
exporter:
2323
otlp_http:
24+
# Note: Spring uses : instead of :- as separator for the default value
2425
endpoint: ${OTEL_EXPORTER_OTLP_ENDPOINT:http://localhost:4318}/v1/traces
2526

2627
# Configure a console exporter for exploring without a collector/backend
@@ -49,11 +50,13 @@ otel:
4950
- periodic:
5051
exporter:
5152
otlp_http:
53+
# Note: Spring uses : instead of :- as separator for the default value
5254
endpoint: ${OTEL_EXPORTER_OTLP_ENDPOINT:http://localhost:4318}/v1/metrics
5355

5456
logger_provider:
5557
processors:
5658
- batch:
5759
exporter:
5860
otlp_http:
61+
# Note: Spring uses : instead of :- as separator for the default value
5962
endpoint: ${OTEL_EXPORTER_OTLP_ENDPOINT:http://localhost:4318}/v1/logs

0 commit comments

Comments
 (0)