Skip to content

Commit

Permalink
Merge pull request #874 from typelevel/update/opentelemetry-javaagent…
Browse files Browse the repository at this point in the history
…-2.11.0

Update opentelemetry-javaagent to 2.11.0
  • Loading branch information
iRevive authored Dec 27, 2024
2 parents aac414d + a9d9bf9 commit c6a50c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/src/main/scala/PekkoHttpExample.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
* )
* }}}
*/
Expand Down

0 comments on commit c6a50c4

Please sign in to comment.