Skip to content

Commit

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

0 comments on commit e5efd7b

Please sign in to comment.