目录
一、查看所有指标metrics
二、参看某个指标的时序图
以node_memory_MemFree_bytes为例:
三、菜单详情
3.1:Alerts(报警配置)
警报的三个状态:
Inactive:表示当前报警信息即不是firing状态也不是pending状态
Pending:表示在设置的阈值时间范围内被激活的
Firing: 表示超过设置的阈值时间被激活的(发送警报)
3.2:Status (Prometheus状态)
a.Status >>> Runtime & Build Information:prometheus运行及版本信息
b.Status >>> TSDB Status:(TSDB=Time Series Data Dase_时序数据库 )TSDB的状态
参数:Top 10 label names with value count:Top10的标签
Top 10 series count by metric names:Top10的指标
Top 10 label names with high memory usage:内存使用最高的Top10的标签
Top 10 series count by label value pairs:时序值最高的Top10的标签-值对
c.Status >>>> Command-Line Flags:启动prometheus服务时可携带的参数,如:--config.file="/home/prometheus/prometheus-2.26.0.linux-amd64/prometheus.yml"
d.Status >>> Configuration:prometheus.yml的内容
e.Status >>> Rules:所有的警报规则
f.Status >>> Targets:所有job任务及其实例状态
g.Status >>> Service Discovery:服务发现