Skip to content

Commit a295184

Browse files
author
Muhammad Shahzeb
committed
Fix alert name case
1 parent 5103808 commit a295184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres_mixin/alerts/postgres.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
},
203203
},
204204
{
205-
alert: 'PostgresReplicationLagging_More_1Hour',
205+
alert: 'PostgresReplicationLaggingMore1Hour',
206206
annotations: {
207207
description: '{{ $labels.instance }} replication lag exceeds 1 hour. Check for network issues or load imbalances.',
208208
summary: 'PostgreSQL replication lagging more than 1 hour.',

0 commit comments

Comments
 (0)