Skip to content

Releases: tynany/frr_exporter

v1.1.1

23 Apr 00:49
d0d5ec5
Compare
Choose a tag to compare

Changelog

  • Fix #63.
  • Build freebsd binaries (#66).

v1.1.0

21 Dec 20:15
5ac721e
Compare
Choose a tag to compare

Changelog

  • Add OSPF multi-instance support (#60).
  • Help now specifies how to disable a default enabled collector (#37).

v1.0.1

14 Dec 11:19
e62f6d8
Compare
Choose a tag to compare

Changelog

v1.0.0

13 Dec 09:50
88e396e
Compare
Choose a tag to compare

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!

v0.2.20

18 Sep 07:04
4755bc6
Compare
Choose a tag to compare

Changelog

  • PIM metrics added.

v0.2.19

29 Aug 09:12
Compare
Choose a tag to compare

Changelog

  • Fix #41.
  • Move to the frrouting/frr container which supports vtysh natively.

Code Changes

  • Move to Go 1.17.
  • Update all modules.
  • Move logging to github.com/prometheus/common/promlog.

v0.2.18

20 Aug 13:53
Compare
Choose a tag to compare

Changelog

  • Passing vtysh options is now possible via --frr.vtysh.options.
  • Option --frr.vtysh.pathspace has been deprecated. Please use --frr.vtysh.options="-N namespace" in its place.
  • Docker container is now available via tynany/frr_exporter.

v0.2.17

11 Aug 06:20
2e3cd46
Compare
Choose a tag to compare

Changelog

  • Collectors up metric will recover if there is an error.

v0.2.16

08 Aug 05:27
8cf0cb1
Compare
Choose a tag to compare

Changelog

  • Added VRRP metrics.
  • Fix #35.

v0.2.15

07 Jul 08:23
Compare
Choose a tag to compare

Changelog

  • vtysh now supports namespace (i.e. the -N flag) via the frr.vtysh.pathspace flag.