Skip to content

Commit

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

[no ci] Update opentelemetry-javaagent to 2.10.0
  • Loading branch information
iRevive authored Nov 14, 2024
2 parents 4279d38 + 8a44566 commit abb7548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/main/scala/PekkoHttpExample.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.9.0" % Runtime
* javaAgents += "io.opentelemetry.javaagent" % "opentelemetry-javaagent" % "2.10.0" % Runtime
* )
* }}}
*/
Expand Down

0 comments on commit abb7548

Please sign in to comment.