Skip to content

Commit

Permalink
update cortex dashboards (#6288)
Browse files Browse the repository at this point in the history
pulls in latest changes from cortex-jsonnet to update the dashboards in
Grafana. also updates the alerting and recording rules.

Signed-off-by: Charlie Le <charlie_le@apple.com>
  • Loading branch information
CharlieTLe authored Nov 8, 2024
1 parent 47fbc56 commit e6e62e3
Show file tree
Hide file tree
Showing 14 changed files with 9,431 additions and 11,794 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ groups:
message: |
The number of in-memory series per ingester in {{ $labels.cluster }}/{{ $labels.namespace }} is too high.
expr: |
avg by (cluster, namespace) (cortex_ingester_memory_series) > 1.6e6
avg by (cluster, namespace) (cortex_ingester_memory_series) > 3.2e6
for: 2h
labels:
severity: warning
Expand All @@ -254,7 +254,7 @@ groups:
message: |
Ingesters in {{ $labels.cluster }}/{{ $labels.namespace }} ingest too many samples per second.
expr: |
avg by (cluster, namespace) (rate(cortex_ingester_ingested_samples_total[1m])) > 80e3
avg by (cluster, namespace) (rate(cortex_ingester_ingested_samples_total[1m])) > 160e3
for: 15m
labels:
severity: warning
Expand Down
Loading

0 comments on commit e6e62e3

Please sign in to comment.