Skip to content

Commit

Permalink
chore: Update OpenTelemetry semantic convention packages in the share…
Browse files Browse the repository at this point in the history
…d dependencies
  • Loading branch information
michaelpri10 committed Nov 27, 2024
1 parent 6544539 commit ea331d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion java-shared-dependencies/third-party-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,15 @@
<version>${opentelemetry-grpc-instrumentation.version}</version>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<groupId>io.opentelemetry.semconv</groupId>
<artifactId>opentelemetry-semconv</artifactId>
<version>${opentelemetry-semconv.version}</version>
</dependency>
<dependency>
<groupId>io.opentelemetry.semconv</groupId>
<artifactId>opentelemetry-semconv-incubating</artifactId>
<version>${opentelemetry-semconv.version}</version>
</dependency>
<dependency>
<groupId>com.google.cloud.opentelemetry</groupId>
<artifactId>exporter-metrics</artifactId>
Expand Down

0 comments on commit ea331d4

Please sign in to comment.