Skip to content

Commit

Permalink
fix: missing RelayIncomingWatchSubscriptionsRate
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Jan 20, 2024
1 parent 38febd4 commit 0829f7b
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,13 @@ local targets = grafana.targets;
exemplar = true,
refId = 'RelayIncomingMessagesRate',
))

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

0 comments on commit 0829f7b

Please sign in to comment.