mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
fix typo in grafana alert rule
This commit is contained in:
@@ -126,8 +126,8 @@ groups:
|
||||
type: __expr__
|
||||
uid: __expr__
|
||||
expression: '(
|
||||
${mean_redis_queue_size} >
|
||||
($mean_event_insertion_rate\ * 120))'
|
||||
$mean_redis_queue_size >
|
||||
($mean_event_insertion_rate * 120))'
|
||||
hide: false
|
||||
intervalMs: 1000
|
||||
maxDataPoints: 43200
|
||||
|
||||
Reference in New Issue
Block a user