Skip to content

Commit

Permalink
fix: 4010 alarm (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Jan 23, 2024
1 parent 8eea55c commit ae9cbb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local targets = grafana.targets;

.addTarget(targets.prometheus(
datasource = ds.prometheus,
expr = 'increase(relay_incoming_messages_total{tag="4010"}[$__rate_interval])',
expr = 'sum(increase(relay_incoming_messages_total{tag="4010"}[$__rate_interval]))',
legendFormat = '{{tag}} r{{aws_ecs_task_revision}}',
exemplar = true,
refId = 'RelayIncomingWatchSubscriptionsRate',
Expand Down

0 comments on commit ae9cbb6

Please sign in to comment.