Skip to content

Commit

Permalink
chore: ran make all
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichalek132 committed Jul 11, 2024
1 parent fde5b01 commit 9d45f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/tempo-mixin-compiled/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"message": "Ingesters in {{ $labels.cluster }}/{{ $labels.namespace }} are receiving more data/second than desired, add more ingesters."
"runbook_url": "https://github.com/grafana/tempo/tree/main/operations/tempo-mixin/runbook.md#TempoProvisioningTooManyWrites"
"expr": |
avg by (cluster, namespace) (rate(tempo_ingester_bytes_received_total{job=~".+/ingester"}[1m])) / 1024 / 1024 > 30
avg by (cluster, namespace) (rate(tempo_ingester_bytes_received_total{job=~".+/ingester"}[5m])) / 1024 / 1024 > 30
"for": "15m"
"labels":
"severity": "warning"
Expand Down

0 comments on commit 9d45f93

Please sign in to comment.