当前位置:网站首页>y85.第四章 Prometheus大厂监控体系及实战 -- prometheus告警机制进阶、pushgateway和prometheus存储(十六)
y85.第四章 Prometheus大厂监控体系及实战 -- prometheus告警机制进阶、pushgateway和prometheus存储(十六)
2022-08-02 20:27:00 【Raymond LInux运维】
12.6 告警抑制与静默
12.6.1 告警抑制
基于告警规则,超过80%就不在发60%的告警,即由60%的表达式触发的告警被抑制了。
[email protected]:/apps/prometheus# cat roles/server_roles.yml
groups:
- name: alertmanager_pod.rules
rules:
- alert: 磁盘容量
expr: 100-(node_filesystem_free_bytes{
fstype=~"ext4|xfs"}/node_filesystem_size_bytes{
fstype=~"ext4|xfs"}*100) > 80
边栏推荐
- Async的线程池使用的哪个?
- .NET性能优化-你应该为集合类型设置初始大小
- Xcode13.1 run engineering error fatal error: 'IFlyMSC/IFly h' file not found
- setup syntax sugar defineProps defineEmits defineExpose
- .NET如何快速比较两个byte数组是否相等
- 信息学奥赛一本通(1259:【例9.3】求最长不下降序列)
- KDD 2022 | 深度图神经网络中的特征过相关:一个新视角
- Fiddle设置接口数据用指定工具查看;Sublime Text设置json数据格式化转换
- PyTorch分布式backends
- Geoip2 - golang golang source code analysis
猜你喜欢
随机推荐
How to quickly compare two byte arrays for equality in .NET
"A daily practice, happy water problem" 1374. Generate a string with an odd number of each character
汉源高科2光12电千兆导轨式网管型工业以太网交换机双光自愈保护式以太网光交换机
Common tools and test methods for interface testing (Introduction)
DataGrip 安装教程 详细版
Helm基础知识
Wiring diagrams of switches, motors, circuit breakers, thermocouples, and meters
信息学奥赛一本通(1256:献给阿尔吉侬的花束)
Flutter 常见异常分析
The five classification of software testing
OP analysis and design
即时通讯开发移动端网络短连接的优化手段
Implement fashion_minst clothing image classification
网上那么多教人赚钱的方法,但是你实际上是靠什么赚钱的呢?
并发与并行
Tencent YunMeng every jie: I experienced by cloud native authors efficiency best practices case
太魔人招新啦|快来加入我们吧!
golang源码分析:time/rate
vscode如何能将输出从OUTPUT改为TERMINAL或者DebugConsole
Flink Yarn Per Job - 创建启动Dispatcher RM JobManager