Skip to content

Releases: czerwonk/bird_exporter

1.4.3

26 Oct 08:33
f24f1ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.2...1.4.3

1.4.2

06 Jun 05:33
8cc4397
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1...1.4.2

1.4.1

11 Feb 06:30
Compare
Choose a tag to compare

What's Changed

  • Allow regex to extract labels from protocol description by @sgrade in #61 (resolves #62)
  • Bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1 by @dependabot in #60
  • Bump github.com/stretchr/testify from 1.4.0 to 1.7.0 by @dependabot in #59

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

27 Jan 11:27
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0 by @dependabot in #57
  • Add support for BFD protocol by @czerwonk in #58 (resolves #56)

Full Changelog: 1.3.0...1.4.0

1.3.0

14 Jan 11:04
Compare
Choose a tag to compare
  • added RPKI Protocol (resolving #42)
  • added label for protocol state
  • removed bgp_state metric introduced by #46 in 1.2.7 (replaced by count by (state) (bird_protocol_up{proto="BGP"}))
  • fixed a description parsing issue (resolves #51)

Full Changelog: 1.2.7...1.3.0

1.2.7

13 Jan 08:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.6...1.2.7

1.2.6

02 Jul 09:50
Compare
Choose a tag to compare

Changelog

c9985a3 migrated log from deprecated prom package to logrus

1.2.5

19 Mar 12:52
Compare
Choose a tag to compare

Changelog

  • added optional labels by protocol description #32 (thanks to @taktv6)

1.2.4

13 Nov 12:55
Compare
Choose a tag to compare
add filter names as label

1.2.3

09 Mar 13:24
5f3e694
Compare
Choose a tag to compare
  • Introduced auto building of tagged docker releases (resolves #26)