We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8c819 commit 3e44cebCopy full SHA for 3e44ceb
doc-snippets/prometheus-compatibility/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
implementation("io.opentelemetry:opentelemetry-exporter-prometheus")
13
implementation("io.opentelemetry:opentelemetry-exporter-otlp")
14
15
- implementation("io.prometheus:prometheus-metrics-core:1.3.1")
+ implementation("io.prometheus:prometheus-metrics-core:1.5.1")
16
implementation("io.prometheus:prometheus-metrics-exporter-httpserver:1.3.1")
17
implementation("io.prometheus:prometheus-metrics-exporter-opentelemetry:1.5.1")
18
}
0 commit comments