|
1 | 1 | # HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. |
2 | 2 | # TYPE go_gc_duration_seconds summary |
3 | | -# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent |
| 3 | +# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. |
4 | 4 | # TYPE go_gc_gogc_percent gauge |
5 | | -# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes |
| 5 | +# HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. |
6 | 6 | # TYPE go_gc_gomemlimit_bytes gauge |
7 | 7 | # HELP go_goroutines Number of goroutines that currently exist. |
8 | 8 | # TYPE go_goroutines gauge |
|
52 | 52 | # TYPE go_memstats_stack_sys_bytes gauge |
53 | 53 | # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. |
54 | 54 | # TYPE go_memstats_sys_bytes gauge |
55 | | -# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads |
| 55 | +# HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. |
56 | 56 | # TYPE go_sched_gomaxprocs_threads gauge |
57 | 57 | # HELP go_threads Number of OS threads created. |
58 | 58 | # TYPE go_threads gauge |
@@ -251,6 +251,20 @@ node_xfrm_out_state_proto_error_packets_total 4542 |
251 | 251 | # HELP node_xfrm_out_state_seq_error_packets_total Sequence error i.e. Sequence number overflow |
252 | 252 | # TYPE node_xfrm_out_state_seq_error_packets_total counter |
253 | 253 | node_xfrm_out_state_seq_error_packets_total 543 |
| 254 | +# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. |
| 255 | +# TYPE process_cpu_seconds_total counter |
| 256 | +# HELP process_max_fds Maximum number of open file descriptors. |
| 257 | +# TYPE process_max_fds gauge |
| 258 | +# HELP process_open_fds Number of open file descriptors. |
| 259 | +# TYPE process_open_fds gauge |
| 260 | +# HELP process_resident_memory_bytes Resident memory size in bytes. |
| 261 | +# TYPE process_resident_memory_bytes gauge |
| 262 | +# HELP process_start_time_seconds Start time of the process since unix epoch in seconds. |
| 263 | +# TYPE process_start_time_seconds gauge |
| 264 | +# HELP process_virtual_memory_bytes Virtual memory size in bytes. |
| 265 | +# TYPE process_virtual_memory_bytes gauge |
| 266 | +# HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. |
| 267 | +# TYPE process_virtual_memory_max_bytes gauge |
254 | 268 | # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. |
255 | 269 | # TYPE promhttp_metric_handler_errors_total counter |
256 | 270 | promhttp_metric_handler_errors_total{cause="encoding"} 0 |
|
0 commit comments