Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Dec 7, 2024
1 parent a032060 commit 8058241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function measureTime<T, U>({

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"],
});

Expand Down

0 comments on commit 8058241

Please sign in to comment.