Skip to content

Releases: EasyMile/openvpn_exporter

v0.3.0

04 Mar 09:42
7808f75
Compare
Choose a tag to compare

Changelog

  • 7808f75 chore: Edit goreleaser configuration to remove unwanted support
  • 9e9ba74 chore: Switch to golang 1.22
  • 1cd8158 Unmaintained readme update.
  • 9d468c0 Merge pull request kumina#31 from kumina/mergepull24
  • 7f420d0 Fix metric name.
  • 6628fb4 Change image name back.
  • 49b371e Fixed double metric labels.
  • 13c6fcc Allow for individual user metrics to be optionally ignored
  • 02ce4c3 Merge pull request kumina#21 from maksim77/readme_typo
  • e739936 Fix kumina#20 issue
  • f353ceb Corrected image name.
  • aa77f63 Merge pull request kumina#18 from caarlos0/build
  • 4e27a38 fix: readme, names
  • f69e158 feat: goreleaser
  • b6537bb fix: renamed to main.go
  • 87f0909 fix: dependencies
  • 424fa6d Merge pull request kumina#13 from phyber/20180501_multi_server_fix
  • 6081a16 Add status_path label to connected_clients server metric.
  • 8ae1b58 CHANGELOG.md added.
  • 0faf6b0 Merge pull request kumina#10 from revverse/patch-1
  • 5307c3c Logical bug
  • 8221d6d add openvpn_connected_clients
  • 26d010b Explicitly close open files
  • a2a179a Fix username/virtual address on client metrics
  • cb53ad3 Deduplicate the metrics.
  • d59794b Update the README to list the actual metrics that are exported.
  • 14ec675 Add a script for building a statically linked version of the exporter.
  • 01168ec Replace client and route counters by per-entry metrics.
  • 5518c1e Really use the right timezone when parsing timestamps.
  • 21715e2 Use the right timezone for the timestamps in the client stats.
  • 09ca7de Mention the TCP port number in the docs.
  • ebcb5ea Add example output.
  • 96b2451 Add a license and a readme.
  • 67045f8 Use the officially allocated port number.
  • b9dd6f6 Add a gitignore file.
  • fe73b8c Check in an initial version of the OpenVPN metrics exporter.