Skip to content

Commit 7069189

Browse files
authored
Merge branch 'master' into more-tracing
2 parents c940546 + f4855ff commit 7069189

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed

.nais/test/nais.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
observability:
6767
autoInstrumentation:
6868
enabled: true
69-
runtime: sdk
69+
runtime: java
7070

7171
env:
7272
- name: MICRONAUT_CONFIG_FILES

conf/application.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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}

pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,9 @@
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>

0 commit comments

Comments
 (0)