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-pathflag (default:/var/run/frr). Commands can still be sent tovtysh -cvia the--frr.vtyshflag (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_totalfrr_vrrp_adverTx_total->frr_vrrp_advertisements_sent_totalfrr_vrrp_garpTx_total->frr_vrrp_gratuitous_arp_sent_totalfrr_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!