node_exporter icon indicating copy to clipboard operation
node_exporter copied to clipboard

[FEATURE] Add Miimon linux bonding metrics

Open JustHumanz opened this issue 8 months ago • 0 comments

Add :

# HELP node_bonding_miimon MII link monitoring frequency in milliseconds.
# TYPE node_bonding_miimon gauge
node_bonding_miimon{master="bond0"} 200

From

/sys/class/net/<bonding>/bonding/miimon

pr context:

  • https://github.com/prometheus/node_exporter/issues/3319

JustHumanz avatar May 05 '25 16:05 JustHumanz