Skip to content

Commit

Permalink
allegro-internal/flex-roadmap#819 Migrated metrics to prometheus (lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastassia-dailidava committed Oct 7, 2024
1 parent 0f267be commit cd0947b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) ->
Expand Down

0 comments on commit cd0947b

Please sign in to comment.