Skip to content

Commit 0d94f19

Browse files
authored
Fix Cloudflare alert typo (#1093)
* minor typo fix for an alert
1 parent f076e16 commit 0d94f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudflare-mixin/alerts/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
summary: 'A high spike in requests is occurring which may indicate an attack or unexpected load.',
3535
description:
3636
(
37-
'The rate of requests to {{$labels.zone}} is {{ printf "%%.0f" $value }}%%s of the prior 50 minute baseline which is above the threshold of %(alertsHighRequestRate)s%%s.'
37+
'The rate of requests to {{$labels.zone}} is {{ printf "%%.0f" $value }}%% of the prior 50 minute baseline which is above the threshold of %(alertsHighRequestRate)s%%.'
3838
) % $._config,
3939
},
4040
},

0 commit comments

Comments
 (0)