Skip to content

Releases: czerwonk/junos_exporter

0.12.2

12 Oct 05:08
c774d50
Compare
Choose a tag to compare

What's Changed

  • scrape more transceiver data by @Gaste8 in #222
  • scraping of subscribers -> new metric: junos_subscriber_info by @Gaste8 in #227
  • Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #230
  • key passphrase + feature security-ike by @ahuret in #229

New Contributors

Full Changelog: 0.12.0...0.12.2

0.12.0

18 Sep 11:16
Compare
Choose a tag to compare

What's Changed

  • Tracing using OpenTelemetry by @czerwonk in #207
  • Bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #208
  • Fix "Could not connect to x: not connected" errors by @foutrelis in #211
  • Scrape license information by @fstolba in #214
  • Fix alarms on multi-RE systems by @Nothing4You in #217
  • Bump google.golang.org/grpc from 1.52.0 to 1.53.0 by @dependabot in #218
  • Added support for bgp session states next to session up by @33Fraise33 in #219
  • Collect fan status information for EX series switches by @tomhughes in #224
  • Fix BGP group label for old EX devices
  • Add info label with filter pollicy
  • Add metrics for MED, pref and hold time

New Contributors

Full Changelog: 0.10.1...0.12.0

0.10.1

22 Nov 15:59
Compare
Choose a tag to compare

What's Changed

  • export new metrics (prefix_limits) in bgp module by @Gaste8 in #201
  • export bdpu error flag by @Gaste8 in #200
  • extend interface module to include missing ethernet-mac-statistics by @Gaste8 in #199
  • Add security_policies module for SRX policies by @teliax-logan in #197

New Contributors

Full Changelog: 0.10.0...0.10.1

0.10.0

22 Nov 12:37
cd5c13a
Compare
Choose a tag to compare

Changelog

What's Changed

  • change the lacp metric name/member by @lethalwp in #188
  • Collect metrics on the IS-IS adjacency state by @mirceaulinic in #194
  • rpm: add loss_percent_current metric by @Nothing4You in #193
  • Wrong DOM values for xe-* interfaces #178 by @Gaste8 in #180
  • Optimized locking in connection manager
  • Expire unused SSH connections
  • Removed config.ignore-targets-Flag to reduce complexity and misuse. Host pattern feature is better suited and does not require edge case handling. The same can be achived by defining an catch all host pattern:
devices:
  - host: .*
    host_pattern: true
  • Code cleanup to make the linter and go-staticcheck happy

New Contributors

Full Changelog: 0.9.15...0.10.0

0.9.15

16 May 09:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.14...0.9.15

0.9.14

13 Jan 10:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.13...0.9.14

0.9.13

11 Dec 06:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.12...0.9.13

0.9.12

27 Sep 05:35
6a1ad97
Compare
Choose a tag to compare

Changelog

  • added more specific RPKI status information (MR #155, Thanks to @Gaste8 and Anexia)

0.9.11

30 Aug 05:47
12aaa91
Compare
Choose a tag to compare

Changelog

  • added more cpu utilization metrics for routingengine module (MR #144)
  • fixed panic with non satellite device and routing engines (MR #146)
  • added statistics for interfaces with schedulers configured (MR #150)

0.9.10

09 Jun 06:58
3e59a5b
Compare
Choose a tag to compare

Changelog

Hotfix for Satelite Scraping