Commit graph

11 commits

Author SHA1 Message Date
samber
ed1515015a Publish 2026-04-06 18:38:45 +00:00
samber
af2f277830 Publish 2026-03-18 20:41:01 +00:00
samber
c0e1f7a5f5 Publish 2026-03-18 17:06:34 +00:00
samber
4acbddb21a Publish 2025-11-05 16:04:56 +00:00
samber
4e49e77d29 Publish 2025-02-16 22:47:17 +00:00
dzaczek
11a78f0f06
Update google-cadvisor.yml (#382)
* Update google-cadvisor.yml

    Expression Explanation:
    The expression calculates the absolute change in CPU usage for containers by comparing the current rate of CPU usage (within the last 1 minute) with the rate of CPU usage from the previous minute. If this change exceeds 25%, the alert is triggered. Additionally, it compares the current rate of CPU usage with the rate from the previous 5 minutes to capture larger trends. If any of these conditions are met, the alert fires.
    
    Alert Details:
    - Alert Name: ContainerHighLowChangeCpuUsage
    - Trigger Condition: Absolute change in CPU usage exceeding 25%
    - Alert Severity: Informational (info)

* Add alert rule for high CPU usage change

* Change alert severity from warning to info

---------

Co-authored-by: Samuel Berthe <dev@samuel-berthe.fr>
2025-02-16 23:46:53 +01:00
samber
693c9e51b2 Publish 2024-03-11 22:29:17 +00:00
samber
7b3cef8bf9 Publish 2024-03-11 21:56:16 +00:00
samber
c3258de6c7 Publish 2024-02-10 22:25:26 +00:00
samber
ac09fd8a2d Publish 2023-05-21 20:58:38 +00:00
Samuel Berthe
ccf24bcf03 Publish 2022-06-15 00:08:51 +00:00