当前位置:网站首页>Prometheus's Recording rules practice
Prometheus's Recording rules practice
2022-08-01 18:20:00 【leboop-L】
Recording rules official document
As shown:


The contents of recording_rules.yml are as follows:
groups:- name: my_first_recording_rulerules:- record: node_cpu_total_used_rateexpr: (1 - sum(increase(node_cpu_seconds_total{mode="idle"}[1m])) by (instance_id) / sum(increase(node_cpu_seconds_total[1m])) by (instance_id) ) * 100prometheus.yml configuration recording rules file path:

You can view, the indicators have been pre-calculated, as shown in the figure:

边栏推荐
猜你喜欢

Topology Parts Disassembly 3D Visualization Solution

Three solutions: npm WARN config global --global, --local are deprecated. Use --location=global instead.

How to solve the dynamic binding of el-form-item prop attribute does not take effect

opencv syntax Mat type summary

XAML WPF项目groupBox控件

【Error】Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘concat’)

Leetcode71. 简化路径

三种方案解决:npm WARN config global --global, --local are deprecated. Use --location=global instead.

Leetcode73. Matrix Zeroing

B002 - Embedded Elderly Positioning Tracking Monitor
随机推荐
AntDB数据库亮相24届高速展,助力智慧高速创新应用
The elder brother of the goldfish RHCA memoirs: CL210 experiment management it network - chapter
Leetcode73. Matrix Zeroing
2022,程序员应该如何找工作
以消费场景为驱动的CMDB要怎么建?
【Day_11 0506】求最大连续bit数
B005 – 基于STC8的单片机智能路灯控制系统
深入浅出Flask PIN
B002 - 基于嵌入式的老人定位追踪监测仪
B011 - 基于51的多功能指纹智能锁
【Day_09 0427】 另类加法
123123123123
Industry Salon Phase II丨How to enable chemical companies to reduce costs and increase efficiency through supply chain digital business collaboration?
食品安全 | 新鲜食品vs速食食品,哪一种是你的菜?
Basic image processing in opencv
MySQL数据库————流程控制
WinRAR | Generate multiple installers into one installer
AIOps智能运维的领跑者擎创科技正式入驻InfoQ 写作社区!
OpenCV installation, QT, VS configuration project settings
bat 批示处理详解-2