cadvisor

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
cadvisor_version_info: cAdvisor 版本信息
container_cpu_cfs_periods_total: CFS (Completely Fair Scheduler) 周期总数
container_cpu_cfs_throttled_periods_total: CFS throttling 的周期总数
container_cpu_cfs_throttled_seconds_total: CFS throttling 的秒数总数
container_cpu_load_average_10s: 容器 CPU 10 秒平均负载
container_cpu_system_seconds_total: CPU 在系统模式下的使用总时间
container_cpu_usage_seconds_total: CPU 的总使用时间
container_cpu_user_seconds_total: CPU 在用户模式下的使用总时间
container_fs_inodes_free: 容器可用的 inode
container_fs_inodes_total: 容器的 inode 总数
container_fs_io_current: 容器的当前 I/O 操作数
container_fs_io_time_seconds_total: 容器磁盘 I/O 操作的总时间
container_fs_io_time_weighted_seconds_total: 加权容器磁盘 I/O 操作的总时间
container_fs_limit_bytes: 容器的文件系统限制
container_fs_read_seconds_total: 容器从磁盘读取的总时间
container_fs_reads_bytes_total: 容器从磁盘读取的字节数总数
container_fs_reads_merged_total: 容器从磁盘读取的并发数总数
container_fs_reads_total: 容器从磁盘读取的次数总数
container_fs_sector_reads_total: 容器从磁盘读取的扇区总数
container_fs_sector_writes_total: 容器向磁盘写入的扇区总数
container_fs_usage_bytes: 容器的文件系统使用量
container_fs_write_seconds_total: 容器向磁盘写入的总时间
container_fs_writes_bytes_total: 容器向磁盘写入的字节数总数
container_fs_writes_merged_total: 容器向磁盘写入的并发数总数
container_fs_writes_total: 容器向磁盘写入的次数总数
container_last_seen: 最后一个与容器通信的时间戳
container_memory_cache: 容器缓存的内存使用量
container_memory_failcnt: 容器无法分配内存的次数
container_memory_failures_total: 容器内存分配失败的总次数
container_memory_mapped_file: 容器映射文件的内存使用量
container_memory_max_usage_bytes: 容器最大内存使用量
container_memory_rss: 容器的驻留集大小
container_memory_swap: 容器的交换空间使用量
container_memory_usage_bytes: 容器的内存使用量
container_memory_working_set_bytes: 容器的工作集大小
container_network_receive_bytes_total: 容器接收的字节数总数
container_network_receive_errors_total:
container_network_receive_errors_total:接收网络数据时出现错误的次数
container_network_receive_packets_dropped_total:接收的网络数据包被丢弃的次数
container_network_receive_packets_total:接收的网络数据包的总数
container_network_transmit_bytes_total:发送的网络数据的总字节数
container_network_transmit_errors_total:发送网络数据时出现错误的次数
container_network_transmit_packets_dropped_total:发送的网络数据包被丢弃的次数
container_network_transmit_packets_total:发送的网络数据包的总数
container_scrape_error:从容器中抓取监控数据时出现错误的次数
container_spec_cpu_period:CPU 时间片的周期,单位为纳秒
container_spec_cpu_quota:CPU 限额,单位为 CPU 时间片
container_spec_cpu_shares:CPU 分配权重,用于多个容器共享 CPU 资源时进行权重分配
container_spec_memory_limit_bytes:内存限制,容器最多可以使用的内存量
container_spec_memory_reservation_limit_bytes:内存预留量,容器最少可以使用的内存量
container_spec_memory_swap_limit_bytes:交换空间限制,容器最多可以使用的交换空间大小
container_start_time_seconds:容器启动时间,单位为秒
container_tasks_state:容器内进程的状态信息

node_exporter

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
node_arp_entries: 节点上的ARP表条目数
node_boot_time_seconds: 节点启动的Unix时间戳
node_context_switches_total: 节点上的上下文切换总数
node_cooling_device_cur_state: 节点上冷却设备的当前状态
node_cooling_device_max_state: 节点上冷却设备的最大状态
node_cpu_guest_seconds_total: 节点上CPU运行虚拟机的时间,以秒为单位
node_cpu_seconds_total: 节点上CPU总运行时间,以秒为单位
node_disk_info: 节点上的磁盘信息
node_disk_io_now: 节点上正在进行的磁盘I/O操作数
node_disk_io_time_seconds_total: 节点上所有磁盘I/O操作的总时间,以秒为单位
node_disk_io_time_weighted_seconds_total: 节点上所有磁盘I/O操作的加权总时间,以秒为单位
node_disk_read_bytes_total: 节点上读取的所有磁盘字节数
node_disk_read_time_seconds_total: 节点上所有磁盘读取操作的总时间,以秒为单位
node_disk_reads_completed_total: 节点上完成的所有磁盘读取操作数
node_disk_reads_merged_total: 节点上合并的所有磁盘读取操作数
node_disk_write_time_seconds_total: 节点上所有磁盘写入操作的总时间,以秒为单位
node_disk_writes_completed_total: 节点上完成的所有磁盘写入操作数
node_disk_writes_merged_total: 节点上合并的所有磁盘写入操作数
node_disk_written_bytes_total: 节点上写入的所有磁盘字节数
node_dmi_info: 节点上的DMI(Desktop Management Interface)信息
node_entropy_available_bits: 节点上可用的熵比特数
node_entropy_pool_size_bits: 节点上熵池大小,以比特为单位
node_exporter_build_info: 暴露Node Exporter版本信息
node_filefd_allocated: 节点上已分配的文件描述符数
node_filefd_maximum: 节点上允许的最大文件描述符数
node_filesystem_avail_bytes: 节点上文件系统可用空间的字节数
node_filesystem_device_error: 节点上文件系统设备是否出现错误
node_filesystem_files: 节点上文件系统的文件总数
node_filesystem_files_free: 节点上文件系统的空闲文件数
node_filesystem_free_bytes: 节点上文件系统空闲空间的字节数
node_filesystem_readonly: 节点上文件系统是否为只读
node_filesystem_size_bytes: 节点上文件系统的总大小,以字节为单位
node_forks_total: 节点上的进程创建总数
node_intr_total: 节点上的中断总数
node_ipvs_connections_total: IPVS 连接总数
node_ipvs_incoming_bytes_total: IPVS 入站字节数总计
node_ipvs_incoming_packets_total: IPVS 入站数据包总数
node_ipvs_outgoing_bytes_total: IPVS 出站字节数总计
node_ipvs_outgoing_packets_total: IPVS 出站数据包总数
node_load1: 1 分钟内系统平均负载
node_load5: 5 分钟内系统平均负载
node_load15: 15 分钟内系统平均负载
node_memory_Active_anon_bytes: 活跃的匿名内存的字节数
node_memory_Active_bytes: 活跃内存的字节数,包括文件缓存和正在使用的内存页
node_memory_Active_file_bytes: 活跃的文件缓存的字节数
node_memory_AnonHugePages_bytes: 匿名巨页内存的字节数
node_memory_AnonPages_bytes: 匿名页内存的字节数
node_memory_Bounce_bytes: 内存反弹缓冲区的字节数
node_memory_Buffers_bytes: 内核缓冲区的字节数
node_memory_Cached_bytes: 缓存内存的字节数
node_memory_CmaFree_bytes: 连续内存区域空闲字节数
node_memory_CmaTotal_bytes: 连续内存区域总字节数
node_memory_CommitLimit_bytes: 可用于提交的内存限制的字节数
node_memory_Committed_AS_bytes: 已分配但未使用的内存的字节数
node_memory_DirectMap1G_bytes: 直接映射到物理内存的 1GB 页面的字节数
node_memory_DirectMap2M_bytes: 直接映射到物理内存的 2MB 页面的字节数
node_memory_DirectMap4k_bytes: 直接映射到物理内存的 4KB 页面的字节数
node_memory_Dirty_bytes: 脏内存的字节数
node_memory_HardwareCorrupted_bytes: 硬件损坏的内存字节数
node_memory_HugePages_Free: 空闲巨页的数量
node_memory_HugePages_Rsvd: 保留巨页的数量
node_memory_HugePages_Surp: 额外可用的巨页的数量
node_memory_HugePages_Total: 巨页总数
node_memory_Hugepagesize_bytes: 巨页大小的字节数
node_memory_Inactive_anon_bytes: 非活跃的匿名内存的字节数
node_memory_Inactive_bytes: 非活跃内存的字节数,包括文件缓存和未使用的内存页
node_memory_Inactive_file_bytes: 非活跃的文件缓存的字节数
node_memory_Percpu_bytes:每个CPU的内存使用情况,以字节为单位
node_memory_SReclaimable_bytes:可回收的内存使用情况,以字节为单位
node_memory_SUnreclaim_bytes:不可回收的内存使用情况,以字节为单位
node_memory_Shmem_bytes:共享内存使用情况,以字节为单位
node_memory_Slab_bytes:内核数据结构分配的内存使用情况,以字节为单位
node_memory_SwapCached_bytes:已缓存的交换空间使用情况,以字节为单位
node_memory_SwapFree_bytes:空闲交换空间使用情况,以字节为单位
node_memory_SwapTotal_bytes:交换空间总使用情况,以字节为单位
node_memory_Unevictable_bytes:不可逐出的内存使用情况,以字节为单位
node_memory_VmallocChunk_bytes:vmalloc分配的内存使用情况,以字节为单位
node_memory_VmallocTotal_bytes:vmalloc可用的内存总量,以字节为单位
node_memory_VmallocUsed_bytes:vmalloc已使用的内存,以字节为单位
node_memory_WritebackTmp_bytes:等待写回磁盘的临时内存使用情况,以字节为单位
node_memory_Writeback_bytes:写回磁盘的内存使用情况,以字节为单位
node_netstat_Icmp6_InErrors:IPv6接收ICMP错误消息的数量
node_netstat_Icmp6_InMsgs:IPv6接收的ICMP消息总数
node_netstat_Icmp6_OutMsgs:IPv6发送的ICMP消息总数
node_netstat_Icmp_InErrors:IPv4接收ICMP错误消息的数量
node_netstat_Icmp_InMsgs:IPv4接收的ICMP消息总数
node_netstat_Icmp_OutMsgs:IPv4发送的ICMP消息总数
node_netstat_Ip6_InOctets:IPv6接收的字节数
node_netstat_Ip6_OutOctets:IPv6发送的字节数
node_netstat_IpExt_InOctets:IPv4接收的字节数
node_netstat_IpExt_OutOctets:IPv4发送的字节数
node_netstat_Ip_Forwarding:是否启用了IP转发功能
node_netstat_TcpExt_ListenDrops:由于TCP队列已满而丢弃的侦听套接字数
node_netstat_TcpExt_ListenOverflows:TCP侦听队列溢出的次数
node_netstat_TcpExt_SyncookiesFailed:由于syncookie故障而放弃的TCP连接数
node_netstat_TcpExt_SyncookiesRecv:接收到的syncookie的数量
node_netstat_TcpExt_SyncookiesSent:发送的syncookie的数量
node_netstat_TcpExt_TCPSynRetrans:TCP连接请求重传的次数
node_netstat_TcpExt_TCPTimeouts:TCP连接超时的次数
node_netstat_Tcp_ActiveOpens:主动打开的TCP连接数
node_netstat_Tcp_CurrEstab:当前建立的TCP连接数
node_netstat_Tcp_InErrs:TCP连接收到的错误数
node_netstat_Tcp_InSegs:TCP连接接收到的数据包数量
node_netstat_Tcp_OutRsts:TCP连接发送的复位请求数量
node_netstat_Tcp_OutSegs:TCP连接发送的数据包数量
node_netstat_Tcp_PassiveOpens:被动打开的TCP连接数
node_netstat_Tcp_RetransSegs:TCP连接重新发送的数据包数量
node_netstat_Udp6_InDatagrams:IPv6的UDP数据包数量
node_netstat_Udp6_InErrors:IPv6的UDP数据包接收错误数
node_netstat_Udp6_NoPorts:IPv6的UDP数据包无法找到对应端口号的数量
node_netstat_Udp6_OutDatagrams:IPv6的UDP数据包发送数量
node_netstat_Udp6_RcvbufErrors:IPv6的UDP数据包接收缓冲区错误数
node_netstat_Udp6_SndbufErrors:IPv6的UDP数据包发送缓冲区错误数
node_netstat_UdpLite6_InErrors:IPv6的UDP-Lite数据包接收错误数
node_netstat_UdpLite_InErrors:UDP-Lite数据包接收错误数
node_netstat_Udp_InDatagrams:UDP数据包接收数量
node_netstat_Udp_InErrors:UDP数据包接收错误数
node_netstat_Udp_NoPorts:UDP数据包无法找到对应端口号的数量
node_netstat_Udp_OutDatagrams:UDP数据包发送数量
node_netstat_Udp_RcvbufErrors:UDP数据包接收缓冲区错误数
node_netstat_Udp_SndbufErrors:UDP数据包发送缓冲区错误数
node_network_address_assign_type:网络接口地址的分配类型
node_network_carrier:网络接口是否已连接
node_network_carrier_changes_total:网络接口状态发生变化的次数
node_network_device_id:网络接口的设备ID
node_network_dormant:网络接口是否处于休眠状态
node_network_flags:网络接口标志的信息,例如是否支持广播、多播、点对点连接等
node_network_iface_id:网络接口的唯一标识符
node_network_iface_link:网络接口的连接状态,例如是否连接到网络、是否有链路等
node_network_iface_link_mode:网络接口的连接模式,例如全双工、半双工等
node_network_info:网络接口的详细信息,例如接口名称、MAC地址、IP地址等
node_network_mtu_bytes:网络接口的最大传输单元(MTU)的大小,以字节为单位
node_network_net_dev_group:与网络接口相关的设备组
node_network_protocol_type:网络接口的协议类型,例如IPv4、IPv6等
node_network_receive_bytes_total:网络接口接收的总字节数
node_network_receive_compressed_total:网络接口接收的压缩字节数
node_network_receive_drop_total:网络接口接收的丢弃数据包数量
node_network_receive_errs_total:网络接口接收的错误数据包数量
node_network_receive_fifo_total:网络接口接收缓冲区的溢出次数
node_network_receive_frame_total:网络接口接收的数据帧数量
node_network_receive_multicast_total:网络接口接收的多播数据包数量
node_network_receive_packets_total:网络接口接收的总数据包数量
node_network_speed_bytes:网络接口的传输速度,以字节为单位
node_network_transmit_bytes_total:网络接口发送的总字节数
node_network_transmit_carrier_total:网络接口发送时出现的载波错误数量
node_network_transmit_colls_total:网络接口发送时发生的冲突数量
node_network_transmit_compressed_total:网络接口发送的压缩字节数
node_network_transmit_drop_total:网络接口发送的丢弃数据包数量
node_network_transmit_errs_total:网络接口发送的错误数据包数量
node_network_transmit_fifo_total:网络接口发送缓冲区的溢出次数
node_network_transmit_packets_total:网络接口发送的总数据包数量
node_network_transmit_queue_length:网络接口发送队列的长度
node_network_up:网络接口是否处于活动状态
node_nf_conntrack_entries:当前连接跟踪表中的条目数
node_nf_conntrack_entries_limit:连接跟踪表的最大条目数
node_nf_conntrack_stat_drop:连接跟踪表因某些原因而删除的连接数量
node_nf_conntrack_stat_early_drop:连接跟踪表因早期连接丢失而删除的连接数量
node_nf_conntrack_stat_found:连接跟踪表查找到的连接数量
node_nf_conntrack_stat_ignore:连接跟踪表由于某些原因而忽略的连接数量
node_nf_conntrack_stat_insert:向连接跟踪表中插入连接的数量
node_nf_conntrack_stat_insert_failed:连接跟踪表插入失败的连接数量
node_nf_conntrack_stat_invalid:连接跟踪表中无效的连接数量
node_nf_conntrack_stat_search_restart:连接跟踪表中搜索重新启动的次数
node_power_supply_info:电源供应信息,如电池状态、电源线状态等
node_power_supply_online:电源供应是否在线
node_procs_blocked:当前被阻塞的进程数
node_procs_running:当前正在运行的进程数
node_schedstat_running_seconds_total:CPU在运行进程上花费的时间总量
node_schedstat_timeslices_total:CPU为进程分配的时间片数总量
node_schedstat_waiting_seconds_total:进程等待CPU运行的时间总量
node_scrape_collector_duration_seconds:收集器采集指标的时间(以秒为单位)
node_scrape_collector_success:收集器是否成功采集了指标
node_sockstat_FRAG6_inuse:IPv6分段缓存中正在使用的项数
node_sockstat_FRAG6_memory:IPv6分段缓存占用的内存量
node_sockstat_FRAG_inuse:IPv4分段缓存中正在使用的项数
node_sockstat_FRAG_memory:IPv4分段缓存占用的内存量
node_sockstat_RAW6_inuse:IPv6原始套接字中正在使用的项数
node_sockstat_RAW_inuse:IPv4原始套接字中正在使用的项数
node_sockstat_TCP6_inuse:IPv6 TCP套接字中正在使用的项数
node_sockstat_TCP_alloc:TCP套接字已分配的项数
node_sockstat_TCP_inuse:TCP套接字中正在使用的项数
node_sockstat_TCP_mem:TCP套接字占用的内存量
node_sockstat_TCP_mem_bytes:TCP套接字占用的内存量(以字节为单位)
node_sockstat_TCP_orphan:正在等待回收的TCP套接字数
node_sockstat_TCP_tw:处于TIME-WAIT状态的TCP套接字数
node_sockstat_UDP6_inuse:IPv6 UDP套接字中正在使用的项数
node_sockstat_UDPLITE6_inuse:IPv6 UDPLite套接字中正在使用的项数
node_sockstat_UDPLITE_inuse:IPv4 UDPLite套接字中正在使用的项数
node_sockstat_UDP_inuse:IPv4 UDP套接字中正在使用的项数
node_sockstat_UDP_mem:UDP套接字占用的内存量
node_sockstat_UDP_mem_bytes:UDP套接字占用的内存量(以字节为单位)
node_sockstat_sockets_used: 使用中的套接字数
node_softnet_dropped_total: 软中断处理丢失的数据包总数
node_softnet_processed_total: 软中断处理的数据包总数
node_softnet_times_squeezed_total: 软中断因处理延迟合并的次数总数
node_textfile_scrape_error: 从文本文件中抓取指标时发生错误的次数
node_time_clocksource_available_info: 系统可用的时钟源信息
node_time_clocksource_current_info: 系统当前使用的时钟源信息
node_time_seconds: 当前系统时间的秒数
node_time_zone_offset_seconds: 当前系统所在时区的偏移量(以秒为单位)
node_timex_estimated_error_seconds: 系统时钟估计误差(以秒为单位)
node_timex_frequency_adjustment_ratio: 系统时钟频率调整比例
node_timex_loop_time_constant: PLL环路时间常数
node_timex_maxerror_seconds: 系统时钟最大误差(以秒为单位)
node_timex_offset_seconds: 系统时钟偏移量(以秒为单位)
node_timex_pps_calibration_total: PPS校准次数
node_timex_pps_error_total: PPS信号错误总数
node_timex_pps_frequency_hertz: PPS信号频率(赫兹)
node_timex_pps_jitter_seconds: PPS信号抖动(以秒为单位)
node_timex_pps_jitter_total: PPS信号抖动总数
node_timex_pps_shift_seconds: PPS信号时间偏移量(以秒为单位)
node_timex_pps_stability_exceeded_total: PPS信号稳定性不足的总次数
node_timex_pps_stability_hertz: PPS信号稳定性(赫兹)
node_timex_status: 系统时钟状态信息
node_timex_sync_status: 系统时钟同步状态信息
node_timex_tai_offset_seconds: 系统时钟TAI偏移量(以秒为单位)
node_timex_tick_seconds: 系统时钟滴答时间(以秒为单位)
node_udp_queues: 系统中的UDP队列信息
node_uname_info: 系统内核和操作系统信息
node_vmstat_pgfault: 页错误数
node_vmstat_pgmajfault: 重要的页错误数
node_vmstat_pgpgin: 从磁盘读入页的数量
node_vmstat_pgpgout: 写出到磁盘的页的数量
node_vmstat_pswpin: 交换进程数据的数量
node_vmstat_pswpout: 交换进程数据到磁盘的数量
node_xfs_allocation_btree_compares_total: XFS分配B树比较次数
node_xfs_allocation_btree_lookups_total: XFS分配B树查找次数
node_xfs_allocation_btree_records_deleted_total: XFS分配B树删除的记录数
node_xfs_allocation_btree_records_inserted_total: XFS分配B树插入的记录数
node_xfs_block_mapping_writes_total:XFS文件系统块映射写入总数
node_xfs_directory_operation_create_total:XFS文件系统目录创建总数
node_xfs_directory_operation_getdents_total:XFS文件系统目录读取总数
node_xfs_directory_operation_lookup_total:XFS文件系统目录查找总数
node_xfs_directory_operation_remove_total:XFS文件系统目录删除总数
node_xfs_extent_allocation_blocks_allocated_total:XFS文件系统扩展分配块总数
node_xfs_extent_allocation_blocks_freed_total:XFS文件系统扩展释放块总数
node_xfs_extent_allocation_extents_allocated_total:XFS文件系统扩展分配扩展总数
node_xfs_extent_allocation_extents_freed_total:XFS文件系统扩展释放扩展总数
node_xfs_inode_operation_attempts_total:XFS文件系统inode操作尝试总数
node_xfs_inode_operation_attribute_changes_total:XFS文件系统inode属性更改总数
node_xfs_inode_operation_duplicates_total:XFS文件系统inode重复总数
node_xfs_inode_operation_found_total:XFS文件系统inode查找总数
node_xfs_inode_operation_missed_total:XFS文件系统inode未找到总数
node_xfs_inode_operation_reclaims_total:XFS文件系统inode重用总数
node_xfs_inode_operation_recycled_total:XFS文件系统inode回收总数
node_xfs_read_calls_total:XFS文件系统读取调用总数
node_xfs_vnode_active_total:XFS文件系统vnode活动总数
node_xfs_vnode_allocate_total:XFS文件系统vnode分配总数
node_xfs_vnode_get_total:XFS文件系统vnode获取总数
node_xfs_vnode_hold_total:XFS文件系统vnode保持总数
node_xfs_vnode_reclaim_total:XFS文件系统vnode回收总数
node_xfs_vnode_release_total:XFS文件系统vnode释放总数
node_xfs_vnode_remove_total:XFS文件系统vnode删除总数
node_xfs_write_calls_total:XFS文件系统写入调用总数
process_cpu_seconds_total:进程CPU时间总量,包括所有的CPU
process_max_fds:进程打开文件的最大文件描述符数量
process_open_fds:进程当前打开的文件描述符数量
process_resident_memory_bytes:进程在物理内存中常驻的内存大小
process_start_time_seconds:进程启动的时间戳
process_virtual_memory_bytes:进程使用的虚拟内存大小
process_virtual_memory_max_bytes:进程使用的最大虚拟内存大小

prometheus

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
prometheus_api_remote_read_queries:远程读取查询的次数
prometheus_build_info:Prometheus服务器的版本信息
prometheus_config_last_reload_success_timestamp_seconds:上一次成功重新加载配置文件的时间戳
prometheus_config_last_reload_successful:配置文件的上一次重新加载是否成功
prometheus_engine_queries:查询处理器处理的请求数量
prometheus_engine_queries_concurrent_max:查询处理器处理的最大并发请求数量
prometheus_engine_query_duration_seconds:单个查询的处理时间
prometheus_engine_query_duration_seconds_count:处理查询的次数
prometheus_engine_query_duration_seconds_sum:处理所有查询所需的时间总和
prometheus_engine_query_log_enabled:是否启用查询日志记录
prometheus_engine_query_log_failures_total:查询失败的次数
prometheus_http_request_duration_seconds_bucket:HTTP请求持续时间的分位数桶计数
prometheus_http_request_duration_seconds_count:HTTP请求的数量
prometheus_http_request_duration_seconds_sum:HTTP请求的总持续时间
prometheus_http_requests_total:接收到的所有HTTP请求的数量
prometheus_http_response_size_bytes_bucket:HTTP响应大小的分位数桶计数
prometheus_http_response_size_bytes_count:HTTP响应的数量
prometheus_http_response_size_bytes_sum:HTTP响应的总大小
prometheus_notifications_alertmanagers_discovered:已发现的Alertmanager数量
prometheus_notifications_dropped_total:已丢弃的通知数量
prometheus_notifications_queue_capacity:通知队列的容量
prometheus_notifications_queue_length:通知队列的长度
prometheus_remote_storage_exemplars_in_total:Remote Storage中的标本数
prometheus_remote_storage_highest_timestamp_in_seconds:Remote Storage中的最高时间戳
prometheus_remote_storage_samples_in_total:Remote Storage中的样本数
prometheus_remote_storage_string_interner_zero_reference_releases_total:String Interner中的零引用释放次数
prometheus_rule_evaluation_duration_seconds:单个规则评估的处理时间
prometheus_rule_evaluation_duration_seconds_count:规则评估的次数
prometheus_rule_evaluation_duration_seconds_sum:规则评估的总处理时间
prometheus_rule_evaluation_failures_total:规则评估失败的次数
prometheus_rule_evaluations_total:评估规则的总次数
prometheus_rule_group_duration_seconds:单个规则组评估的处理时间
prometheus_rule_group_duration_seconds_count:规则组评估的次数
prometheus_rule_group_duration_seconds_sum:规则组评估的总处理时间
prometheus_rule_group_interval_seconds:规则组评估之间的间隔时间
prometheus_rule_group_iterations_missed_total:规则组评估错过的次数
prometheus_rule_group_iterations_total:规则组评估的总次数
prometheus_rule_group_last_duration_seconds:上一次规则组评估的持续时间
prometheus_rule_group_last_evaluation_samples:上一次规则组评估的样本数量
prometheus_rule_group_last_evaluation_timestamp_seconds:上一次规则组评估的时间戳
prometheus_rule_group_rules:规则组中的规则数
prometheus_sd_consul_rpc_duration_seconds:Consul服务发现的RPC请求的持续时间(秒)的汇总指标
prometheus_sd_consul_rpc_duration_seconds_count:Consul服务发现的RPC请求的持续时间(秒)的计数指标
prometheus_sd_consul_rpc_duration_seconds_sum:Consul服务发现的RPC请求的持续时间(秒)的总和指标
prometheus_sd_consul_rpc_failures_total:Consul服务发现的RPC请求失败的总数
prometheus_sd_discovered_targets:所有服务发现组件发现的目标的总数
prometheus_sd_dns_lookup_failures_total:DNS服务发现的目标失败的总数
prometheus_sd_dns_lookups_total:DNS服务发现的目标查找的总数
prometheus_sd_failed_configs:所有服务发现组件尝试但失败的配置文件数
prometheus_sd_file_read_errors_total:文件服务发现读取失败的总数
prometheus_sd_file_scan_duration_seconds:文件服务发现扫描持续时间(秒)的汇总指标
prometheus_sd_file_scan_duration_seconds_count:文件服务发现扫描持续时间(秒)的计数指标
prometheus_sd_file_scan_duration_seconds_sum:文件服务发现扫描持续时间(秒)的总和指标
prometheus_sd_kubernetes_events_total:Kubernetes服务发现的事件总数
prometheus_sd_kuma_fetch_duration_seconds:Kuma服务发现从API服务器获取目标的持续时间(秒)的汇总指标
prometheus_sd_kuma_fetch_duration_seconds_count:Kuma服务发现从API服务器获取目标的持续时间(秒)的计数指标
prometheus_sd_kuma_fetch_duration_seconds_sum:Kuma服务发现从API服务器获取目标的持续时间(秒)的总和指标
prometheus_sd_kuma_fetch_failures_total:Kuma服务发现从API服务器获取目标失败的总数
prometheus_sd_kuma_fetch_skipped_updates_total:Kuma服务发现跳过的目标更新总数
prometheus_sd_received_updates_total:服务发现接收到的目标更新总数
prometheus_sd_updates_total:服务发现发出的目标更新总数
prometheus_target_interval_length_seconds:目标抓取周期长度(秒)的汇总指标
prometheus_target_interval_length_seconds_count:目标抓取周期长度(秒)的计数指标
prometheus_target_interval_length_seconds_sum:目标抓取周期长度(秒)的总和指标
prometheus_target_metadata_cache_bytes:目标元数据缓存的字节数
prometheus_target_metadata_cache_entries:目标元数据缓存的条目数
prometheus_target_scrape_pool_exceeded_label_limits_total:超过标签限制的目标抓取池的总数
prometheus_target_scrape_pool_exceeded_target_limit_total:超过目标限制的目标抓取池的总数
prometheus_target_scrape_pool_reloads_failed_total:目标抓取池重新加载失败的总数
prometheus_target_scrape_pool_reloads_total:目标抓取池重新加载的总数
prometheus_target_scrape_pool_sync_total:目标抓取池同步的总数
prometheus_target_scrape_pool_targets:当前所有目标所属的scrape pool中的目标总数
prometheus_target_scrape_pools_failed_total:从上次重新加载配置以来,scrape pools的加载失败总数
prometheus_target_scrape_pools_total:当前配置中scrape pools的总数
prometheus_target_scrapes_cache_flush_forced_total:强制刷新scrapes缓存的总次数
prometheus_target_scrapes_exceeded_body_size_limit_total:目标响应的body大小超过限制的总次数
prometheus_target_scrapes_exceeded_sample_limit_total:目标响应的样本数超过限制的总次数
prometheus_target_scrapes_exemplar_out_of_order_total:目标响应中的指标值排序不正确的总次数
prometheus_target_scrapes_sample_duplicate_timestamp_total:目标响应中的样本时间戳重复的总次数
prometheus_target_scrapes_sample_out_of_bounds_total:目标响应中的样本超出范围的总次数
prometheus_target_scrapes_sample_out_of_order_total:目标响应中的样本顺序不正确的总次数
prometheus_target_sync_failed_total:从服务发现后端同步目标失败的总次数
prometheus_target_sync_length_seconds:目标同步所需时间的总和(以秒为单位)
prometheus_target_sync_length_seconds_count:目标同步计数器的数量
prometheus_target_sync_length_seconds_sum:目标同步所需时间的总和(以秒为单位)
prometheus_template_text_expansion_failures_total:模板文本扩展失败的总数
prometheus_template_text_expansions_total:模板文本扩展的总数
prometheus_treecache_watcher_goroutines:treecache watcher 协程的数量
prometheus_treecache_zookeeper_failures_total:treecache zookeeper 失败的总数
prometheus_tsdb_blocks_loaded:加载的 TSDB 块的数量
prometheus_tsdb_checkpoint_creations_failed_total:TSDB 检查点创建失败的总数
prometheus_tsdb_checkpoint_creations_total:TSDB 检查点创建的总数
prometheus_tsdb_checkpoint_deletions_failed_total:TSDB 检查点删除失败的总数
prometheus_tsdb_checkpoint_deletions_total:TSDB 检查点删除的总数
prometheus_tsdb_clean_start:是否在清理模式下启动 TSDB
prometheus_tsdb_compaction_chunk_range_seconds_bucket:压缩块范围持续时间的直方图存储桶
prometheus_tsdb_compaction_chunk_range_seconds_count:压缩块范围持续时间计数器的数量
prometheus_tsdb_compaction_chunk_range_seconds_sum:压缩块范围持续时间的总和(以秒为单位)
prometheus_tsdb_compaction_chunk_samples_bucket:压缩块样本数的直方图存储桶
prometheus_tsdb_compaction_chunk_samples_count:压缩块样本数计数器的数量
prometheus_tsdb_compaction_chunk_samples_sum:分块压缩时,样本数的总和
prometheus_tsdb_compaction_chunk_size_bytes_bucket:在分块压缩时,每个块的大小(以字节为单位)的数量分布
prometheus_tsdb_compaction_chunk_size_bytes_count:在分块压缩时,每个块的大小(以字节为单位)的计数
prometheus_tsdb_compaction_chunk_size_bytes_sum:在分块压缩时,每个块的大小(以字节为单位)的总和
prometheus_tsdb_compaction_duration_seconds_bucket:在压缩过程中持续时间(以秒为单位)的数量分布
prometheus_tsdb_compaction_duration_seconds_count:在压缩过程中持续时间(以秒为单位)的计数
prometheus_tsdb_compaction_duration_seconds_sum:在压缩过程中持续时间(以秒为单位)的总和
prometheus_tsdb_compaction_populating_block:标志,指示当前块是否正在填充(布尔型)
prometheus_tsdb_compactions_failed_total:发生故障的压缩数
prometheus_tsdb_compactions_skipped_total:被跳过的压缩数,通常是因为上一个压缩还未完成
prometheus_tsdb_compactions_total:压缩的总数
prometheus_tsdb_compactions_triggered_total:由于块过期而触发的压缩数
prometheus_tsdb_data_replay_duration_seconds:回放数据的持续时间(以秒为单位)
prometheus_tsdb_exemplar_exemplars_appended_total:添加的样本数(在指标带有示例时)
prometheus_tsdb_exemplar_exemplars_in_storage:存储的样本数(在指标带有示例时)
prometheus_tsdb_exemplar_last_exemplars_timestamp_seconds:最后一次添加示例的时间戳(以秒为单位)
prometheus_tsdb_exemplar_max_exemplars:每个时间序列允许的最大样本数(在指标带有示例时)
prometheus_tsdb_exemplar_out_of_order_exemplars_total:添加的时间戳比上一个时间戳更早的样本数(在指标带有示例时)
prometheus_tsdb_exemplar_series_with_exemplars_in_storage:至少有一个样本的指标示例数(在指标带有示例时)
prometheus_tsdb_head_active_appenders:当前处理追加器的数量(即正在接收样本的追加器)
prometheus_tsdb_head_chunks:当前活跃的块的数量
prometheus_tsdb_head_chunks_created_total:已创建的块的数量
prometheus_tsdb_head_chunks_removed_total:已删除的块的数量
prometheus_tsdb_head_gc_duration_seconds_count:垃圾回收的持续时间(以秒为单位)的数量分布
prometheus_tsdb_head_gc_duration_seconds_sum:垃圾回收的持续时间(以秒为单位)的总和
prometheus_tsdb_tombstone_cleanup_seconds_bucket:清除墓碑标记的操作持续时间(以bucket形式)
prometheus_tsdb_tombstone_cleanup_seconds_count:清除墓碑标记的操作次数
prometheus_tsdb_tombstone_cleanup_seconds_sum:清除墓碑标记的总持续时间
prometheus_tsdb_vertical_compactions_total:垂直压缩的总次数
prometheus_tsdb_wal_completed_pages_total:已经完成写入的WAL文件页数
prometheus_tsdb_wal_corruptions_total:WAL文件损坏的总次数
prometheus_tsdb_wal_fsync_duration_seconds:WAL文件同步到磁盘所需时间
prometheus_tsdb_wal_fsync_duration_seconds_count:WAL文件同步到磁盘的操作次数
prometheus_tsdb_wal_fsync_duration_seconds_sum:WAL文件同步到磁盘的总时间
prometheus_tsdb_wal_page_flushes_total:WAL文件刷新到磁盘的总次数
prometheus_tsdb_wal_segment_current:当前使用的WAL段编号
prometheus_tsdb_wal_truncate_duration_seconds_count:截断WAL文件的操作次数
prometheus_tsdb_wal_truncate_duration_seconds_sum:截断WAL文件的总时间
prometheus_tsdb_wal_truncations_failed_total:WAL文件截断失败的总次数
prometheus_tsdb_wal_truncations_total:WAL文件截断的总次数
prometheus_tsdb_wal_writes_failed_total:WAL文件写入失败的总次数
prometheus_web_federation_errors_total:远程读取指标数据时发生错误的总次数
prometheus_web_federation_warnings_total:远程读取指标数据时发生警告的总次数
promhttp_metric_handler_errors_total:Prometheus HTTP处理器返回错误的总次数
promhttp_metric_handler_requests_in_flight:当前正在处理的Prometheus HTTP处理器请求数
promhttp_metric_handler_requests_total:Prometheus HTTP处理器接收到的请求数
pushgateway_build_info:Pushgateway的版本信息
scrape_duration_seconds:从开始到完成抓取过程的持续时间(单位:秒)
scrape_samples_post_metric_relabeling:在应用指标重标记之后抓取的样本数
scrape_samples_scraped:抓取的样本数
scrape_series_added:添加到时间序列集的时间序列数
up:表示Prometheus实例是否处于活动状态的指标(1表示活动,0表示不活动)

go

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
go_gc_cycles_automatic_gc_cycles_total:自动 GC 周期的总数
go_gc_cycles_forced_gc_cycles_total:强制 GC 周期的总数
go_gc_cycles_total_gc_cycles_total:GC 周期的总数
go_gc_duration_seconds:每个 GC 操作的持续时间
go_gc_duration_seconds_count:GC 操作的数量
go_gc_duration_seconds_sum:GC 操作的总持续时间
go_gc_heap_allocs_by_size_bytes_total_bucket:分配的堆内存大小分布的桶计数
go_gc_heap_allocs_by_size_bytes_total_count:分配的堆内存总数
go_gc_heap_allocs_by_size_bytes_total_sum:分配的堆内存总字节数
go_gc_heap_allocs_bytes_total:分配的堆内存总字节数
go_gc_heap_allocs_objects_total:分配的堆对象总数
go_gc_heap_frees_by_size_bytes_total_bucket:释放的堆内存大小分布的桶计数
go_gc_heap_frees_by_size_bytes_total_count:释放的堆内存总数
go_gc_heap_frees_by_size_bytes_total_sum:释放的堆内存总字节数
go_gc_heap_frees_bytes_total:释放的堆内存总字节数
go_gc_heap_frees_objects_total:释放的堆对象总数
go_gc_heap_goal_bytes:堆大小的目标值
go_gc_heap_objects_objects:堆中的对象数
go_gc_heap_tiny_allocs_objects_total:在小对象分配器中分配的对象总数
go_gc_pauses_seconds_total_bucket:GC 暂停持续时间的分布
go_gc_pauses_seconds_total_count:GC 暂停的数量
go_gc_pauses_seconds_total_sum:GC 暂停的总持续时间
go_goroutines:当前运行的 Go 协程数
go_info:Go 版本和编译信息
go_memory_classes_heap_free_bytes:堆中空闲的字节数
go_memory_classes_heap_objects_bytes:堆中对象的字节数
go_memory_classes_heap_released_bytes:释放的堆内存总字节数
go_memory_classes_heap_stacks_bytes:堆栈使用的字节数
go_memory_classes_heap_unused_bytes:堆中未使用的字节数
go_memory_classes_metadata_mcache_free_bytes:元数据缓存中空闲的字节数
go_memory_classes_metadata_mcache_inuse_bytes:元数据缓存中使用的字节数
go_memory_classes_metadata_mspan_free_bytes:元数据 span 中空闲的字节数
go_memory_classes_metadata_mspan_inuse_bytes:元数据 span 中使用的字节数
go_memory_classes_metadata_other_bytes:其他元数据使用的字节数
go_memory_classes_os_stacks_bytes:操作系统栈使用的字节数
go_memory_classes_other_bytes:其他内存使用的字节数
go_memory_classes_profiling_buckets_bytes:CPU 分析桶使用的字节数
go_memory_classes_total_bytes:总内存使用的字节数
go_memstats_alloc_bytes:已分配内存的字节数
go_memstats_alloc_bytes_total:程序总共分配的字节数
go_memstats_buck_hash_sys_bytes:Bucket 哈希表占用的内存字节数
go_memstats_frees_total:程序总共释放的对象数
go_memstats_gc_cpu_fraction:垃圾回收消耗的 CPU 时间比例
go_memstats_gc_sys_bytes:垃圾回收期间申请的字节数
go_memstats_heap_alloc_bytes:堆中已分配内存的字节数
go_memstats_heap_idle_bytes:堆中空闲内存的字节数
go_memstats_heap_inuse_bytes:堆中已使用内存的字节数
go_memstats_heap_objects:堆中对象数
go_memstats_heap_released_bytes:被释放到操作系统的内存字节数
go_memstats_heap_sys_bytes:堆中总共申请的内存字节数
go_memstats_last_gc_time_seconds:上次垃圾回收的时间戳
go_memstats_lookups_total:程序总共执行的指针查找数
go_memstats_mallocs_total:程序总共申请的内存数
go_memstats_mcache_inuse_bytes:mcache 中已使用内存的字节数
go_memstats_mcache_sys_bytes:mcache 中已申请内存的字节数
go_memstats_mspan_inuse_bytes:mspan 中已使用内存的字节数
go_memstats_mspan_sys_bytes:mspan 中已申请内存的字节数
go_memstats_next_gc_bytes:垃圾回收器下次运行时的目标内存使用量
go_memstats_other_sys_bytes:除堆、栈、mcache mspan 之外的内存占用量
go_memstats_stack_inuse_bytes:当前 goroutine 栈中已使用的字节数
go_memstats_stack_sys_bytes:已分配的 goroutine 栈内存字节数
go_memstats_sys_bytes:程序申请的内存总字节数
go_sched_goroutines_goroutines:当前运行的 goroutine 数量
go_sched_latencies_seconds_bucket:调度延迟时间的分布情况
go_sched_latencies_seconds_count:调度延迟时间的次数
go_sched_latencies_seconds_sum:调度延迟时间的总和
go_threads:当前进程中的线程数