github tynany/frr_exporter v1.0.0

latest releases: v1.11.0, v1.10.1, v1.10.0...
4 years ago

Changelog

  • FRR Exporter now sends commands to the FRR daemon Unix socket rather than vtysh -c. The path of the FRR Unix socket directory can be configured via the --frr.socket.dir-path flag (default: /var/run/frr). Commands can still be sent to vtysh -c via the --frr.vtysh flag (not recommended).

Breaking Changes

  • Renamed PIM metrics:
    • frr_pim_neighbors_count_total -> frr_pim_neighbor_count_total
  • Renamed VRRP metrics:
    • frr_vrrp_adverRx_total -> frr_vrrp_advertisements_received_total
    • frr_vrrp_adverTx_total -> frr_vrrp_advertisements_sent_total
    • frr_vrrp_garpTx_total -> frr_vrrp_gratuitous_arp_sent_total
    • frr_vrrp_neighborAdverTx_total -> frr_vrrp_neighbor_advertisements_sent_total

Bug Fixes

Code Changes

  • Major refactor.
  • CI changes:
    • CircleCI Go test will now run on every commit.
    • Gitlab golangci-lint workflow will now run on every commit.

Many thanks to @bdrung & @dswarbrick for the help with this release!

Don't miss a new frr_exporter release

NewReleases is sending notifications on new releases.