We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5de905 commit 6e8c819Copy full SHA for 6e8c819
doc-snippets/prometheus-compatibility/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
val moduleName by extra { "io.opentelemetry.examples.docs.prometheus.migration" }
6
7
dependencies {
8
- implementation(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0"))
+ implementation(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1"))
9
10
implementation("io.opentelemetry:opentelemetry-api")
11
implementation("io.opentelemetry:opentelemetry-sdk")
0 commit comments