Skip to content

Commit

Permalink
Merge pull request #859 from iRevive/otel-instrumentation-alpha
Browse files Browse the repository at this point in the history
Update io.opentelemetry.instrumentation to 2.10.0-alpha
  • Loading branch information
iRevive authored Dec 1, 2024
2 parents 7ca4820 + 62977a3 commit 3781147
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ postUpdateHooks = [{

updates.allowPreReleases = [
# semconv is always published with `-alpha` suffix
{groupId = "io.opentelemetry.semconv", artifactId = "opentelemetry-semconv"}
{groupId = "io.opentelemetry.semconv", artifactId = "opentelemetry-semconv"},
# some instrumentation artifacts are published with `-alpha` suffix
{groupId = "io.opentelemetry.instrumentation", artifactId = "opentelemetry-runtime-telemetry-java8"},
]
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ val MUnitDisciplineVersion = "2.0.0-M3"
val MUnitScalaCheckEffectVersion = "2.0.0-M2"
val OpenTelemetryVersion = "1.44.1"
val OpenTelemetryInstrumentationVersion = "2.10.0"
val OpenTelemetryInstrumentationAlphaVersion = "2.5.0-alpha"
val OpenTelemetryInstrumentationAlphaVersion = "2.10.0-alpha"
val OpenTelemetrySemConvVersion = "1.28.0-alpha"
val OpenTelemetryProtoVersion = "1.1.0-alpha"
val PekkoStreamVersion = "1.1.2"
Expand Down

0 comments on commit 3781147

Please sign in to comment.