Skip to content

Commit 0f53cc1

Browse files
Improve grafana dashboard for backfilling (#1139)
Signed-off-by: Robert Autenrieth <robert.autenrieth@digitalasset.com>
1 parent ee170de commit 0f53cc1

File tree

3 files changed

+479
-34
lines changed

3 files changed

+479
-34
lines changed

apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/HistoryMetrics.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class HistoryMetrics(metricsFactory: LabeledMetricsFactory)(implicit
108108
val latestMigrationId: Gauge[Long] =
109109
metricsFactory.gauge(
110110
MetricInfo(
111-
name = importUpdatesBackfillingPrefix :+ "latest-record-time",
111+
name = importUpdatesBackfillingPrefix :+ "latest-migration-id",
112112
summary = "The migration id of the latest backfilled import update",
113113
Traffic,
114114
),

cluster/expected/infra/expected.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)