Skip to content

Commit

Permalink
allegro-internal/flex-roadmap#819 requests and connections metric
Browse files Browse the repository at this point in the history
  • Loading branch information
nastassia-dailidava committed Oct 21, 2024
1 parent 7d6d329 commit 6a1ca88
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const val SNAPSHOT_UPDATE_DURATION_METRIC = "snapshot.update.duration.seconds"
const val SNAPSHOT_ERROR_METRIC = "snapshot.errors"
const val SNAPSHOT_GROUP_ERROR_METRIC = "snapshot.group.errors.total"
const val COMMUNICATION_MODE_ERROR_METRIC = "communication.errors.total"
const val CONNECTIONS_METRIC = "connections.stats"
const val REQUESTS_METRIC = "requests.stats"
const val WATCH_ERRORS_METRIC = "service.watch.errors.total"
const val WATCH_METRIC = "service.watch"
const val CONNECTIONS_METRIC = "connection.stats"
const val REQUESTS_METRIC = "request.stats"
const val WATCH_ERRORS_METRIC = "services.watch.errors.total"
const val WATCH_METRIC = "services.watch"
const val ENVOY_CONTROL_WARM_UP_METRIC = "envoy.control.warmup.seconds"
const val CROSS_DC_SYNC_METRIC = "cross.dc.synchronization"
const val CROSS_DC_SYNC_CANCELLED_METRIC = "$CROSS_DC_SYNC_METRIC.cancelled.total"
Expand Down

0 comments on commit 6a1ca88

Please sign in to comment.