Skip to content

Commit

Permalink
feat: update thershold
Browse files Browse the repository at this point in the history
  • Loading branch information
nofir committed Jan 17, 2025
1 parent 48ca2a0 commit c31e915
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/indexer-datadog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: indexer-datadog
description: Indexer datadog
version: 1.0.29
version: 1.0.30
keywords:
- kubernetes
- unevenlabs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
name: {{ .Values.environment }} - {{ title .Values.chain_name }} - {{`{{`}}rabbitmq_vhost.name{{`}}`}} {{`{{`}}rabbitmq_queue.name{{`}}`}} RabbitMQ Large Queues Monitor
type: query alert
query: max(last_5m):top(max:rabbitmq.queue.messages_ready{host:prod-applications, rabbitmq_vhost:{{ .Values.chain_name }}} by {rabbitmq_vhost,rabbitmq_queue}, 50, 'max', 'desc') > 150000
query: max(last_5m):top(max:rabbitmq.queue.messages_ready{host:prod-applications, rabbitmq_vhost:{{ .Values.chain_name }}} by {rabbitmq_vhost,rabbitmq_queue}, 50, 'max', 'desc') > 300000
message: |-
{{`{{`}}rabbitmq_vhost.name{{`}}`}} - {{`{{`}}rabbitmq_queue.name{{`}}`}} is buffering with {{`{{`}}value{{`}}`}} messages ready to be consumed
Check the queue for errors or any backfill in case it's buffering
Expand All @@ -23,8 +23,8 @@ spec:
options:
thresholds:
critical: "150000"
warning: "75000"
critical: "300000"
warning: "150000"
notifyAudit: false
requireFullWindow: false
notifyNoData: false
Expand Down

0 comments on commit c31e915

Please sign in to comment.