diff --git a/envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/SnapshotUpdater.kt b/envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/SnapshotUpdater.kt index e9155f298..4914e1819 100644 --- a/envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/SnapshotUpdater.kt +++ b/envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/SnapshotUpdater.kt @@ -93,7 +93,7 @@ class SnapshotUpdater( .publishOn(globalSnapshotScheduler) .measureBuffer("snapshot.updater.count.total", meterRegistry) .checkpoint("snapshot-updater-groups-published") - .name("snapshot-updater.count.total") + .name("snapshot.updater.count.total") .tag("type", "groups") .tag("status", "published").metrics() .map { groups ->