We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801057a commit a3421a1Copy full SHA for a3421a1
exporters/prometheus/src/test/java/io/opentelemetry/exporter/prometheus/PrometheusHttpServerTest.java
@@ -46,7 +46,7 @@
46
import io.opentelemetry.sdk.resources.Resource;
47
import io.prometheus.metrics.exporter.httpserver.HTTPServer;
48
import io.prometheus.metrics.exporter.httpserver.MetricsHandler;
49
-import io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_31_0.Metrics;
+import io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_31_1.Metrics;
50
import io.prometheus.metrics.model.registry.PrometheusRegistry;
51
import java.io.ByteArrayInputStream;
52
import java.io.IOException;
0 commit comments