prometheus.yml
file looks like the following:cpu_user_usage
: User CPU utilization in nanosecondscpu_sys_usage
: System CPU usage in nanosecondscpu_wait_time
: CPU wait time in nanosecondsload_average
: Load averagemem_agg_usage
: Aggregate memory usage in bytesmem_limit
: Memory limit in bytesmem_swap
: Swap in bytesmem_swap_limit
: Swap limit in bytesmem_anon_alloc_fail
: Anonymous allocation failure countnet_agg_packets_in
: Aggregate inbound packetsnet_agg_packets_out
: Aggregate outbound packetsnet_agg_bytes_in
: Aggregate inbound bytesnet_agg_bytes_out
: Aggregate outbound bytestcp_failed_connection_attempt_count
: Failed TCP connection attemptstcp_retransmitted_segment_count
: Retransmitted TCP segmentstcp_duplicate_ack_count
: Duplicate TCP ACK counttcp_listen_drop_count
: TCP listen drops. Connection refused because backlog fulltcp_listen_drop_Qzero_count
: Total # of connections refused due to half-open queue (q0) fulltcp_half_open_drop_count
: TCP connection dropped from a full half-open queuetcp_retransmit_timeout_drop_count
: TCP connection dropped due to retransmit timeouttcp_active_open_count
: TCP active open connectionstcp_passive_open_count
: TCP passive open connectionstcp_current_established_connections_total
: TCP total established connectionsvfs_bytes_read_count
: VFS number of bytes readvfs_bytes_written_count
: VFS number of bytes writtenvfs_read_operation_count
: VFS number of read operationsvfs_write_operation_count
: VFS number of write operationsvfs_wait_time_count
: VFS cumulative wait (pre-service) timevfs_wait_length_time_count
: VFS cumulative wait length*time productvfs_run_time_count
: VFS cumulative run (pre-service) timevfs_run_length_time_count
: VFS cumulative run length*time productvfs_elements_wait_state
: VFS number of elements in wait statevfs_elements_run_state
: VFS number of elements in run statezfs_used
: zfs space used in byteszfs_available
: zfs space available in bytestime_of_day
: System time in seconds since epoch