Modified time period for alerts embedded-exporter.yml

I made a few adjustments in time periods.
See if they seem reasonable or not
This commit is contained in:
Ali 2024-05-13 11:36:43 +03:30 committed by GitHub
parent 97646e5d14
commit 2b4fb3c4cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ groups:
rules:
- alert: ClickHouseMemoryUsageCritical
expr: 'ClickHouseAsyncMetrics_CGroupMemoryUsed / ClickHouseAsyncMetrics_CGroupMemoryTotal * 100 > 90'
for: 2m
for: 5m
labels:
severity: critical
annotations:
@ -12,7 +12,7 @@ groups:
- alert: ClickHouseMemoryUsageWarning
expr: 'ClickHouseAsyncMetrics_CGroupMemoryUsed / ClickHouseAsyncMetrics_CGroupMemoryTotal * 100 > 80'
for: 2m
for: 5m
labels:
severity: warning
annotations: