File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,14 +15,15 @@ dependencies {
1515 implementation(" io.prometheus:prometheus-metrics-exporter-httpserver" ) {
1616 exclude(group = " io.prometheus" , module = " prometheus-metrics-exposition-formats" )
1717 }
18- implementation(" io.prometheus:prometheus-metrics-exposition-formats-no-protobuf " )
18+ implementation(" io.prometheus:prometheus-metrics-exposition-textformats " )
1919
2020 compileOnly(" com.google.auto.value:auto-value-annotations" )
2121
2222 annotationProcessor(" com.google.auto.value:auto-value" )
2323
2424 testImplementation(project(" :sdk:testing" ))
2525 testImplementation(" io.opentelemetry.proto:opentelemetry-proto" )
26+ testImplementation(" io.prometheus:prometheus-metrics-exposition-formats-no-protobuf" )
2627 testImplementation(" com.sun.net.httpserver:http" )
2728 testImplementation(" com.google.guava:guava" )
2829 testImplementation(" com.linecorp.armeria:armeria" )
You can’t perform that action at this time.
0 commit comments