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 1, 2024
1 parent c435189 commit 4416446
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ class MetricsDiscoveryServerCallbacks(private val meterRegistry: MeterRegistry)
meterRegistry.counter(
"requests.total",
Tags.of(
"connection-type",
"grpc", "stream-type",
StreamType.fromTypeUrl(request.typeUrl).name.lowercase(), "discovery-request-type", "delta"
"connection-type", "grpc",
"stream-type", StreamType.fromTypeUrl(request.typeUrl).name.lowercase(), "discovery-request-type", "delta"
)
)
.increment()
Expand Down

0 comments on commit 4416446

Please sign in to comment.