From 8058241719503ea2b9bee3355cc1b711aa56b673 Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Sat, 7 Dec 2024 13:48:00 +0000 Subject: [PATCH] fix: fix typo --- src/utils/metrics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], });