当前位置:网站首页>Y74. Chapter IV Prometheus large factory monitoring system and practice -- Introduction to promql and monitoring pod resources (V)
Y74. Chapter IV Prometheus large factory monitoring system and practice -- Introduction to promql and monitoring pod resources (V)
2022-07-24 03:29:00 【Raymond Linux O & M】
4.PromQL brief introduction
Prometheus Provide a functional expression language PromQL (Prometheus Query Language), It enables users to find and aggregate time series data in real time , The result of expression calculation can be shown in the chart , It can also be in Prometheus In the expression browser, it is displayed in tabular form , Or as a data source , With HTTP API The method is provided to the external system .
4.1 PromQL The basic query
# Inquire about node Total memory size of node
# HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes.
# TYPE node_memory_MemTotal_bytes gauge
node_memory_MemTotal_bytes 2.047315968e+09
# Query the total memory of the specified node
node_memory_MemTotal_bytes{
instance="172.31.7.111:9110"}
# Inquire about node The remaining available memory of the node
# HELP no边栏推荐
- How emqx 5.0 under the new architecture of mria + rlog realizes 100million mqtt connections
- uniapp H5打包后本地图片无法显示问题
- Data Lake: comparative analysis of open source data Lake schemes deltalake, Hudi and iceberg
- oh-my-zsh
- Hcip day 9 notes (OSPF routing feedback, routing policy, and Configuration Guide)
- buu web
- Simulink代码生成: 可变子系统及其代码
- Connected graph (day 72)
- Gpushare. COM | how to use tensorboardx visualization tool?
- [super complete sorting] Cisco and Huawei order comparison memo, take it away without thanks! Anytime, anywhere
猜你喜欢

SolidWorks cannot reference references

1. Learn to understand web pages

实现两个页面之前的通信(使用localStorage)

Realize the communication before two pages (using localstorage)

Appendtofile append failed

4. Hezhou air32f103_ LCD

JIRA automation experience sharing for 2 years

Bet on the whole scene, what is the odds of glory?

什么是IMU?

Gpushare. COM | how to use tensorboardx visualization tool?
随机推荐
Express内置的中间件
Connected graph (day 72)
1. Learn to understand web pages
[C language] file operation
Expressions régulières \ \ B \ \ b compréhension de l'appariement des limites des mots
Talk about the application of FIFO
Svn: e00002: can't convert string from 'UTF-8' to native encoding problem solving
Do you know how to do interface testing well?
Genesis public chain: Tamp the foundation of Web 3.0 development
SkyWalking分布式系统应用程序性能监控工具-上
It's solved with a cry
水题: 接雨水
Jump statement in day011 loop structure
Preliminary exploration of Flink principle and flow batch integration API (II) V2
Hospital PACS source code PACS ultrasonic Department source code DICOM image workstation source code [source code free sharing]
[untitled]
【无标题】
Write code, and multiple characters move from both ends to converge in the middle
C. Minimum Ties-Educational Codeforces Round 104 (Rated for Div. 2)
C language classic exercises (2) - "bubble sort"“