File tree Expand file tree Collapse file tree
spring-declarative-configuration/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments