mirror of
https://github.com/monitoring-mixins/website.git
synced 2024-12-14 11:37:31 +00:00
assets,site/content: daily assets regeneration
This commit is contained in:
parent
1be89b686c
commit
59f6496b4e
2 changed files with 4 additions and 4 deletions
|
@ -216,7 +216,7 @@ groups:
|
||||||
- alert: CortexAllocatingTooMuchMemory
|
- alert: CortexAllocatingTooMuchMemory
|
||||||
annotations:
|
annotations:
|
||||||
message: |
|
message: |
|
||||||
Too much memory being used by {{ $labels.instance }} - add more ingesters.
|
Too much memory being used by {{ $labels.namespace }}/{{ $labels.pod }} - add more ingesters.
|
||||||
expr: |
|
expr: |
|
||||||
(
|
(
|
||||||
container_memory_working_set_bytes{container_name="ingester"}
|
container_memory_working_set_bytes{container_name="ingester"}
|
||||||
|
@ -229,7 +229,7 @@ groups:
|
||||||
- alert: CortexAllocatingTooMuchMemory
|
- alert: CortexAllocatingTooMuchMemory
|
||||||
annotations:
|
annotations:
|
||||||
message: |
|
message: |
|
||||||
Too much memory being used by {{ $labels.instance }} - add more ingesters.
|
Too much memory being used by {{ $labels.namespace }}/{{ $labels.pod }} - add more ingesters.
|
||||||
expr: |
|
expr: |
|
||||||
(
|
(
|
||||||
container_memory_working_set_bytes{container_name="ingester"}
|
container_memory_working_set_bytes{container_name="ingester"}
|
||||||
|
|
|
@ -341,7 +341,7 @@ labels:
|
||||||
alert: CortexAllocatingTooMuchMemory
|
alert: CortexAllocatingTooMuchMemory
|
||||||
annotations:
|
annotations:
|
||||||
message: |
|
message: |
|
||||||
Too much memory being used by {{ $labels.instance }} - add more ingesters.
|
Too much memory being used by {{ $labels.namespace }}/{{ $labels.pod }} - add more ingesters.
|
||||||
expr: |
|
expr: |
|
||||||
(
|
(
|
||||||
container_memory_working_set_bytes{container_name="ingester"}
|
container_memory_working_set_bytes{container_name="ingester"}
|
||||||
|
@ -359,7 +359,7 @@ labels:
|
||||||
alert: CortexAllocatingTooMuchMemory
|
alert: CortexAllocatingTooMuchMemory
|
||||||
annotations:
|
annotations:
|
||||||
message: |
|
message: |
|
||||||
Too much memory being used by {{ $labels.instance }} - add more ingesters.
|
Too much memory being used by {{ $labels.namespace }}/{{ $labels.pod }} - add more ingesters.
|
||||||
expr: |
|
expr: |
|
||||||
(
|
(
|
||||||
container_memory_working_set_bytes{container_name="ingester"}
|
container_memory_working_set_bytes{container_name="ingester"}
|
||||||
|
|
Loading…
Reference in a new issue