Skip to content

Releases: michael-doubez/filestat_exporter

v0.3.8

24 Jun 21:40
61d1648
Compare
Choose a tag to compare
v0.3.8

v0.3.7

24 Jun 21:44
Compare
Choose a tag to compare

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

v0.3.2 / 20210720

20 Jul 21:50
Compare
Choose a tag to compare

Changes

  • [UPDATE] update to latest golang (1.16) and dependencies
  • [CHANGE] log format changed because of switch to go-kit/log

v0.3.1 / 2020-01-15

15 Jan 07:25
Compare
Choose a tag to compare

Changes

  • [BUGFIX] crc32 and nb line global configuration not propagated
  • [ENHANCEMENT] add listen address and metrics path config from file

v0.3.0 / 2019-12-18

18 Dec 23:31
ce57069
Compare
Choose a tag to compare

Changes

  • [ENHANCEMENT] add config file to replace/complement parameters

v0.2.0 / 2019-12-15

14 Dec 21:12
e857144
Compare
Choose a tag to compare

Add docker support with possibility to change working directory from command line.
Add another metric based on file content reporting the number of lines.

Changes

  • [ENHANCEMENT] add metric file_content_line_number for line number in files
  • [ENHANCEMENT] add parameter to change working directory of glob pattern
  • [BREAKING] rename metric file_hash_content_crc32 to file_content_hash_crc32
  • [DOCKER] add docker file to generate image