From a9d9bf91f44c8a44ce80c25fda420e758f984ae3 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:11:11 +0000 Subject: [PATCH] Update opentelemetry-javaagent to 2.11.0 --- build.sbt | 2 +- examples/src/main/scala/PekkoHttpExample.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 26c6cf527..91328e77c 100644 --- a/build.sbt +++ b/build.sbt @@ -85,7 +85,7 @@ val MUnitCatsEffectVersion = "2.0.0" val MUnitDisciplineVersion = "2.0.0-M3" val MUnitScalaCheckEffectVersion = "2.0.0-M2" val OpenTelemetryVersion = "1.45.0" -val OpenTelemetryInstrumentationVersion = "2.10.0" +val OpenTelemetryInstrumentationVersion = "2.11.0" val OpenTelemetryInstrumentationAlphaVersion = "2.10.0-alpha" val OpenTelemetrySemConvVersion = "1.29.0-alpha" val OpenTelemetryProtoVersion = "1.4.0-alpha" diff --git a/examples/src/main/scala/PekkoHttpExample.scala b/examples/src/main/scala/PekkoHttpExample.scala index b4862c991..d4e70dcf8 100644 --- a/examples/src/main/scala/PekkoHttpExample.scala +++ b/examples/src/main/scala/PekkoHttpExample.scala @@ -66,7 +66,7 @@ import scala.concurrent.duration._ * run / fork := true, * javaOptions += "-Dotel.java.global-autoconfigure.enabled=true", * javaOptions += "-Dotel.service.name=pekko-otel4s", - * javaAgents += "io.opentelemetry.javaagent" % "opentelemetry-javaagent" % "2.10.0" % Runtime + * javaAgents += "io.opentelemetry.javaagent" % "opentelemetry-javaagent" % "2.11.0" % Runtime * ) * }}} */