Skip to content

Commit

Permalink
deps: add opentelemetry exporter-metrics and shared-resoucemapping to…
Browse files Browse the repository at this point in the history
… shared dependencies (#3078)

b/356675340

---------

Co-authored-by: ldetmer <1771267+ldetmer@users.noreply.github.com>
  • Loading branch information
JesseLovelace and ldetmer committed Sep 17, 2024
1 parent 8ae009e commit 0864b27
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions java-shared-dependencies/third-party-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,16 @@
<artifactId>opentelemetry-semconv</artifactId>
<version>${opentelemetry-semconv.version}</version>
</dependency>
<dependency>
<groupId>com.google.cloud.opentelemetry</groupId>
<artifactId>exporter-metrics</artifactId>
<version>${google.cloud.opentelemetry.version}</version>
</dependency>
<dependency>
<groupId>com.google.cloud.opentelemetry</groupId>
<artifactId>shared-resourcemapping</artifactId>
<version>${google.cloud.opentelemetry.version}</version>
</dependency>

<!-- TODO: replace with opencensus-bom when available -->
<dependency>
Expand Down

0 comments on commit 0864b27

Please sign in to comment.