File tree Expand file tree Collapse file tree
spring-declarative-configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ services:
55 context : ../
66 dockerfile : oats/Dockerfile
77 environment :
8- SPRING_OTEL_EXPORTER_OTLP_ENDPOINT : http://lgtm:4318
8+ OTEL_TRACER_PROVIDER_PROCESSORS_0_BATCH_EXPORTER_OTLP_HTTP_ENDPOINT : http://lgtm:4318/v1/traces
9+ OTEL_METER_PROVIDER_READERS_0_PERIODIC_EXPORTER_OTLP_HTTP_ENDPOINT : http://lgtm:4318/v1/metrics
10+ OTEL_LOGGER_PROVIDER_PROCESSORS_0_BATCH_EXPORTER_OTLP_HTTP_ENDPOINT : http://lgtm:4318/v1/logs
911 ports :
1012 - " 8080:8080"
1113 healthcheck :
Original file line number Diff line number Diff line change 2121 - batch :
2222 exporter :
2323 otlp_http :
24- endpoint : ${OTEL_EXPORTER_OTLP_ENDPOINT: http://localhost:4318} /v1/traces
24+ endpoint : http://localhost:4318/v1/traces
2525
2626 # Configure a console exporter for exploring without a collector/backend
2727 - batch :
@@ -49,11 +49,11 @@ otel:
4949 - periodic :
5050 exporter :
5151 otlp_http :
52- endpoint : ${OTEL_EXPORTER_OTLP_ENDPOINT: http://localhost:4318} /v1/metrics
52+ endpoint : http://localhost:4318/v1/metrics
5353
5454 logger_provider :
5555 processors :
5656 - batch :
5757 exporter :
5858 otlp_http :
59- endpoint : ${OTEL_EXPORTER_OTLP_ENDPOINT: http://localhost:4318} /v1/logs
59+ endpoint : http://localhost:4318/v1/logs
You can’t perform that action at this time.
0 commit comments