Releases: tynany/frr_exporter
Releases · tynany/frr_exporter
v0.2.4
Changelog
- Add the frr_bgp_peer_prefixes_advertised_count_total metric.
v0.2.3
Changelog
- Support FRR's latest OSPF JSON format.
v0.2.2
Changelog
- Support BGP peer descriptions as unstructured text using the
--collector.bgp.peer-descriptions.plain-text
flag.
v0.2.1
Changelog
- Support using BGP peer descriptions as a label for peer metrics.
v0.2.0
This is a breaking change due to updated label and metric names.
Changelog
- Update the vtysh BGP command to support later versions of FRR.
- Update BGP labels to better reflect the current FRR naming standard (breaking change).
- Replace the combined
address_family
label with an afi
and safi
label to support better granularity.
- Disable BGPv6 by default.
- Add BGP support for the L2VPN address family.
v0.1.2
Changelog
- Update BGP Metric Labels:
- Add local_as to all BGP metrics.
- Add peer_as to BGP peer metrics.
v0.1.1
Changelog
- New BGP Metric: add frr_bgp_peer_types_up
v0.1.0
Changelog
- Support for:
- BGP (IPv4)
- BGP (IPv6)
- OSPF