fix(deps): update prometheusserverversion to v1.3.6 (#7107)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jack Berg <jberg@newrelic.com>
This commit is contained in:
renovate[bot] 2025-02-24 11:15:47 -06:00 committed by GitHub
parent b5daeb0871
commit f33cba3b1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ val mockitoVersion = "4.11.0"
val slf4jVersion = "2.0.16"
val opencensusVersion = "0.31.1"
val prometheusClientVersion = "0.16.0"
val prometheusServerVersion = "1.3.5"
val prometheusServerVersion = "1.3.6"
val armeriaVersion = "1.31.3"
val junitVersion = "5.11.4"

View File

@ -42,9 +42,9 @@ import io.opentelemetry.sdk.metrics.internal.data.ImmutableSumData;
import io.opentelemetry.sdk.resources.Resource;
import io.prometheus.metrics.exporter.httpserver.HTTPServer;
import io.prometheus.metrics.exporter.httpserver.MetricsHandler;
import io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_29_1.Metrics;
import io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_29_3.Metrics;
import io.prometheus.metrics.model.registry.PrometheusRegistry;
import io.prometheus.metrics.shaded.com_google_protobuf_4_29_1.TextFormat;
import io.prometheus.metrics.shaded.com_google_protobuf_4_29_3.TextFormat;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.net.ServerSocket;