mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-08-20 18:33:52 -07:00
28 lines
1.5 KiB
Plaintext
28 lines
1.5 KiB
Plaintext
# HELP node_ipvs_backend_connections_active The current active connections by local and remote address.
|
|
# TYPE node_ipvs_backend_connections_active gauge
|
|
node_ipvs_backend_connections_active{local_port="0"} 385
|
|
node_ipvs_backend_connections_active{local_port="3306"} 3741
|
|
# HELP node_ipvs_backend_connections_inactive The current inactive connections by local and remote address.
|
|
# TYPE node_ipvs_backend_connections_inactive gauge
|
|
node_ipvs_backend_connections_inactive{local_port="0"} 6
|
|
node_ipvs_backend_connections_inactive{local_port="3306"} 5
|
|
# HELP node_ipvs_backend_weight The current backend weight by local and remote address.
|
|
# TYPE node_ipvs_backend_weight gauge
|
|
node_ipvs_backend_weight{local_port="0"} 120
|
|
node_ipvs_backend_weight{local_port="3306"} 600
|
|
# HELP node_ipvs_connections_total The total number of connections made.
|
|
# TYPE node_ipvs_connections_total counter
|
|
node_ipvs_connections_total 2.3765872e+07
|
|
# HELP node_ipvs_incoming_bytes_total The total amount of incoming data.
|
|
# TYPE node_ipvs_incoming_bytes_total counter
|
|
node_ipvs_incoming_bytes_total 8.9991519156915e+13
|
|
# HELP node_ipvs_incoming_packets_total The total number of incoming packets.
|
|
# TYPE node_ipvs_incoming_packets_total counter
|
|
node_ipvs_incoming_packets_total 3.811989221e+09
|
|
# HELP node_ipvs_outgoing_bytes_total The total amount of outgoing data.
|
|
# TYPE node_ipvs_outgoing_bytes_total counter
|
|
node_ipvs_outgoing_bytes_total 0
|
|
# HELP node_ipvs_outgoing_packets_total The total number of outgoing packets.
|
|
# TYPE node_ipvs_outgoing_packets_total counter
|
|
node_ipvs_outgoing_packets_total 0
|