Releases: tynany/frr_exporter
Releases · tynany/frr_exporter
v1.1.1
v1.1.0
v1.0.1
v1.0.0
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 tovtysh -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!