Skip to content

Commit 77f1696

Browse files
authored
Add OTLP exporter dependency (#181)
* Add OTLP exporter dependency
1 parent fe3415c commit 77f1696

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,19 @@
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>
131+
<groupId>io.micronaut.tracing</groupId>
132+
<artifactId>micronaut-tracing-annotation</artifactId>
133+
<version>${micronaut.tracing.version}</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>io.micronaut.tracing</groupId>
137137
<artifactId>micronaut-tracing-opentelemetry</artifactId>
138138
<version>${micronaut.tracing.version}</version>
139139
</dependency>
140+
<dependency>
141+
<groupId>io.opentelemetry</groupId>
142+
<artifactId>opentelemetry-exporter-otlp</artifactId>
143+
</dependency>
140144
<dependency>
141145
<groupId>io.micronaut.cache</groupId>
142146
<artifactId>micronaut-cache-core</artifactId>

0 commit comments

Comments
 (0)