There was an error while loading. Please reload this page.
1 parent 903030f commit 7982405Copy full SHA for 7982405
1 file changed
doc-snippets/prometheus-compatibility/build.gradle.kts
@@ -13,6 +13,6 @@ dependencies {
13
implementation("io.opentelemetry:opentelemetry-exporter-otlp")
14
15
implementation("io.prometheus:prometheus-metrics-core:1.6.1")
16
- implementation("io.prometheus:prometheus-metrics-exporter-httpserver:1.6.1")
+ implementation("io.prometheus:prometheus-metrics-exporter-httpserver:1.7.0")
17
implementation("io.prometheus:prometheus-metrics-exporter-opentelemetry:1.6.1")
18
}
0 commit comments