diff --git a/src/utils/metrics.ts b/src/utils/metrics.ts index b348e56..d2bfdd1 100644 --- a/src/utils/metrics.ts +++ b/src/utils/metrics.ts @@ -41,7 +41,7 @@ export function measureTime({ export const syncStatus = new client.Gauge({ name: "watch_tower_sync_status", - help: "Sync status of watch rower. 1 if in sync, 0 otherwise", + help: "Sync status. 1 if in sync, 0 otherwise", labelNames: ["chain_id"], });