NetBox Labs/pktvisor: Release v3.2.0

Name: pktvisor

Owner: NetBox Labs

Release: 3.2.0

Released: 2021-04-16

License: MPL-2.0

Release Assets:

New Features

  • Introduce native Prometheus support into pktvisord with --prometheus flag, which will expose Prometheus compatible metrics at /metrics endpoint. Also see --prom-instance
  • Add a new docker container for easily collecting and sending Prometheus compatible metrics, see docker hub
  • Add a new Grafana dashboard for Prometheus, both to the repo and to Grafana dashboard community
  • Begin building and distributing an AppImage (static Linux binary) which includes pktvisord, pktvisor-cli, and pktvisor-pcap
  • Ability to deamonize pktvisord with the -d flag
  • Ability to send pktvisord logs to either an output file (--log-file), or to syslog (--syslog)

Other Improvements

  • CI and build improvements including better use of Conan and automatic dependency installation
  • Improved documentation and READMEs

Bug Fixes

  • #47 Fix live rates in pktvisor-cli

To top