From cd0947b3a6fc951996825c21a485f92313f94956 Mon Sep 17 00:00:00 2001 From: "nastassia.dailidava" Date: Mon, 7 Oct 2024 14:56:36 +0200 Subject: [PATCH] allegro-internal/flex-roadmap#819 Migrated metrics to prometheus (lint) --- .../envoycontrol/MetricsDiscoveryServerCallbacksTest.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/MetricsDiscoveryServerCallbacksTest.kt b/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/MetricsDiscoveryServerCallbacksTest.kt index 9ad0822d9..81e5c573c 100644 --- a/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/MetricsDiscoveryServerCallbacksTest.kt +++ b/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/MetricsDiscoveryServerCallbacksTest.kt @@ -233,9 +233,7 @@ interface MetricsDiscoveryServerCallbacksTest { // given val meterRegistry = envoyControl().app.meterRegistry() consul().server.operations.registerService(service(), name = "echo") - for (meter in meterRegistry.meters) { - print(meter.toString()) - } + // expect untilAsserted { expectedGrpcConnectionsGaugeValues().forEach { (type, value) ->