Skip to content

Releases: michael-doubez/filestat_exporter

v0.4.3 / 2025-02-18

18 Feb 20:12
Compare
Choose a tag to compare

Fixing bug causing crash when enable_nb_line_metric is configured.

Changes

  • [BUG] using line counting metric caused crash

Full Changelog: v0.4.2...v0.4.3

v0.4.2 / 2025-02-17

17 Feb 20:20
Compare
Choose a tag to compare

Fixing docker image.

🚩 Known issues

  • Issue(#64): crash when activating nb line metric

Changes

  • [DOCKER] fix user nobody in scratch image

What's Changed

  • [deps] Bump github.com/bmatcuk/doublestar/v4 from 4.8.0 to 4.8.1 by @dependabot in #61
  • [deps] Bump github.com/prometheus/exporter-toolkit from 0.13.2 to 0.14.0 by @dependabot in #62

Full Changelog: v0.4.1...v0.4.2

v0.4.1 / 2025-01-21

20 Jan 23:23
Compare
Choose a tag to compare

Changes

  • [WEB] use prometheus exporter web landing page + add pprof debug
  • [CVE] update golang.org/x/net
  • [DOCKER] switch to scratch base image

What's Changed

  • [deps] Bump github.com/prometheus/common from 0.60.1 to 0.61.0 by @dependabot in #53
  • [deps] Bump github.com/prometheus/exporter-toolkit from 0.13.1 to 0.13.2 by @dependabot in #55
  • [deps] Bump github.com/prometheus/common from 0.61.0 to 0.62.0 by @dependabot in #57
  • [deps] Bump github.com/bmatcuk/doublestar/v4 from 4.7.1 to 4.8.0 by @dependabot in #58
  • [web] use prometheus exporter landing page + add pprof in debug mode by @michael-doubez in #60

Full Changelog: 0.4.0...v0.4.1

v0.4.0 / 2024-11-21

21 Nov 22:17
Compare
Choose a tag to compare

Changes

  • [FEATURE] add scoping of files by tree
  • [UPDATE] update dependencies - golang v1.22.9

Full Changelog: 0.3.8...v0.4.0

v0.3.8 / 2024-06-24

21 Nov 21:44
61d1648
Compare
Choose a tag to compare

Changes

  • [FEATURE] add templating of patterns
  • [UPDATE] update dependencies

What's Changed

Full Changelog: 0.3.7...v0.3.8

v0.3.7 / 20240216

21 Nov 20:10
Compare
Choose a tag to compare

Changes

  • [UPDATE] update to latest golang (1.22) and dependencies

Full Changelog: v0.3.6...v0.3.7

v0.3.6 / 20230228

28 Feb 22:09
Compare
Choose a tag to compare

Changes

  • [BUGFIX] increment all pattern matching file
  • [UPDATE] update to latest golang (1.20) and dependencies
  • [UPDATE] adapt to latest version of TLS support for exporters

v0.3.5 / 20211117

17 Nov 20:45
Compare
Choose a tag to compare

Changes

  • [ENHANCEMENT] add support of TLS

v0.3.4 / 20211006

17 Nov 20:47
Compare
Choose a tag to compare

Changes

  • [BUGFIX] pattern match with base path and directories matching pattern are ignored
  • [BUGFIX] reconstruct the fully qualified pathname of pattern

v0.3.3

06 Oct 20:45
Compare
Choose a tag to compare

Release is bugged - DON'T USE IT