node_boot_time:系统启动时间 node_cpu:系统CUP使用情况 node_disk_*:磁盘io node_filesystem_*:文件系统使用量 node_load1:系统负载 node_memory_*:系统内存使用量 node_network_*:网络宽带 node_time:当前系统时间 go_*:node exporter中go相关指标 *process_ :node exporter自身进程相关指标 1. 2. 3. 4....
* node_disk_io_time_ms -> node_disk_io_time_seconds_total * node_disk_reads_completed -> node_disk_reads_completed_total * node_disk_sectors_written -> node_disk_written_bytes_total * node_time -> node_time_seconds * node_boot_time -> node_boot_time_seconds * node_intr -> node_...
node_time_seconds System time in seconds since epoch (1970). node-exporter node_vmstat_pgpgin /proc/vmstat information field pgpgin. node-exporter node_memory_Mapped_bytes Memory information field Mapped_bytes. node-exporter node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. node-...
1.2.5 验证node-exporter web页面 1.2.6 查看node-exporter指标数据 https://knowledge.zhaoweiguo.com/build/html/cloudnative/prometheus/metrics/kubernetes-nodes.html 1.2.7 常见指标说明 node_boot_time 系统自启动以后的总运行时间 node_cpu 系统CPU使用量 node_disk* 磁盘IO node_filesystem* 系统文件使用量...
node_load1:系统负载 node_memory :内存使用量 node_network :网络带宽 nodetime:当前系统时间 go:node exporter中go相关指标 process_:node exporter自身进程相关运行指标 2、使用PromQL查询监控数据 PromQL是Prometheus自定义的一套强大的数据查询语言,除了使用监控指标作为查询关键字以为,还内置了大量的函数,帮助用户进...
min_over_time(node_timex_sync_status[5m]) == 0 10m 机器时间最近未同步,检查 NTP 是否正常配置 机器时钟漂移 ( node_timex_offset_seconds > 0.05and deriv(node_timex_offset_seconds[5m]) >= 0)or( node_timex_offset_seconds < -0.05and deriv(node_timex_offset_seconds[5m]) <= 0) ...
Uptime 系统正常运行的时间 type:Singlestat Unit: seconds (s) metrics: node_time_seconds{instance=~\"$node:$port\",job=~\"$job\"} - node_boot_time_seconds{instance=~\"$node:$port\",job=~\"$job\"} node_time_seconds 当前系统时间 node_boot_time_seconds 系统启动时间 1. 2. 3. 4. ...
NodeJSversion 16 or greater. npmversion 7 or greater. Start by cloning the repository: git clone https://github.com/prometheus/prometheus.gitcdprometheus You can use thegotool to build and install theprometheusandpromtoolbinaries into yourGOPATH: ...
在Prometheus 中,这些函数的名称是avg_over_time、max_over_time、min_over_time和quantile_over_time。要计算过去10分钟内在host1.domain.com 上使用的平均内存,你可以这样做: avg_over_time(node_memory_used_bytes{hostname="host1.domain.com"}[10m]) ...
--query.timeout=2m # 查询时优化设置,防止太多的用户同时查询,也防止单个用户执行过大的查询而一直不退出 --query.max-cnotallow=20 --web.enable-lifecycle # 热加载 --web.enable-admin-api172.29.1.11:9090/metrics 172.29.1.11:9090 # Status下targets node_cpu_seconds_total{mode...