Skip to content

Releases: hiveco/conntrack_exporter

0.3.1

24 Nov 05:48
Compare
Choose a tag to compare

This is mostly a version bump release.

  • FEATURE: Configurable listen path (--listen-path=/my-metrics).
  • VERSION: Bazel 0.7.0 -> 6.4.0.
  • VERSION: Ubuntu base image 16.04 -> 22.04.
  • DEV: Docker image now builds its own binary.

0.3

05 Jul 16:39
Compare
Choose a tag to compare
0.3

This release allows filtering of the exported remote endpoints, adds better logging, and many bugfixes.

  • FEATURE: Automatic identification and filtering of local IPs.
  • FEATURE: Allow specifying host:port endpoints to ignore (--ignore-hosts="host1:port1, host2:port2...").
  • FEATURE: JSON event logging (--log-events-format=json).
  • FEATURE: Debug logging (--debug).
  • BUGFIX: Use kernel-supplied event types instead of guessing based on attributes.
  • BUGFIX: Avoid sorting conntracks by ATTR_ID, since it is potentially not unique.

0.2

10 Dec 19:27
Compare
Choose a tag to compare
0.2

This release switches to event-based connection tracking, a significant redesign of the core logic.

  • FEATURE: Log connection events to stdout (--log-events).

0.1

28 Nov 20:07
Compare
Choose a tag to compare
0.1

Initial release.