File tree Expand file tree Collapse file tree 3 files changed +4
-18
lines changed
Expand file tree Collapse file tree 3 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 6666 observability :
6767 autoInstrumentation :
6868 enabled : true
69- runtime : sdk
69+ runtime : java
7070
7171 env :
7272 - name : MICRONAUT_CONFIG_FILES
Original file line number Diff line number Diff line change @@ -35,13 +35,3 @@ logger:
3535 levels :
3636 io.micronaut.security : INFO
3737 no.ssb.dlp.pseudo.service : DEBUG
38-
39- otel.service.name : ${OTEL_SERVICE_NAME}
40- otel.traces.exporter : otlp
41- otel.metrics.exporter : otlp
42- otel.logs.exporter : otlp
43- otel :
44- exporter :
45- otlp :
46- url :
47- ${OTEL_EXPORTER_OTLP_ENDPOINT}
Original file line number Diff line number Diff line change 128128 <version >5.10.1</version >
129129 </dependency >
130130 <dependency >
131- <groupId >io.micronaut.tracing</groupId >
132- <artifactId >micronaut-tracing-annotation</artifactId >
133- <version >${micronaut.tracing.version} </version >
134- </dependency >
135- <dependency >
136- <groupId >io.opentelemetry</groupId >
137- <artifactId >opentelemetry-exporter-otlp</artifactId >
131+ <groupId >io.micronaut.tracing</groupId >
132+ <artifactId >micronaut-tracing-annotation</artifactId >
133+ <version >7.2.0</version >
138134 </dependency >
139135 <dependency >
140136 <groupId >io.micronaut.cache</groupId >
You can’t perform that action at this time.
0 commit comments