- [FEATURE] add templating of patterns
- [UPDATE] update dependencies
- [UPDATE] update to latest golang (1.22) and dependencies
- [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
- [ENHANCEMENT] add support of TLS
- [BUGFIX] pattern match with base path and directories matching pattern are ignored
- [BUGFIX] reconstruct the fully qualified pathname of pattern
KNOMN BUG: pattern with base path don't work.
- [ENHANCEMENT] glob format now supports double star and thus recursive walk of directory
- [UPDATE] update to latest golang (1.16) and dependencies
- [CHANGE] log format changed because of switch to go-kit/log
- [BUGFIX] crc32 and nb line global configuration not propagated
- [ENHANCEMENT] add listen address and metrics path config from file
- [ENHANCEMENT] add config file to replace/complement parameters
- [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
tofile_content_hash_crc32
- [DOCKER] add docker file to generate image
- [ENHANCEMENT] add parameter to change working directory of glob pattern
- [BREAKING] rename metric
file_hash_content_crc32
tofile_content_hash_crc32
- [DOCKER] add docker file to generate image
- [ENHANCEMENT] add metric counting the number of files matching glob pattern
- [ENHANCEMENT] add metric describing crc32 hash of file
- [BREAKING] change package content to reflect os/archi
- [INITIAL] publish basic metrics from
stat()
of file - [INITIAL] build and release from CircleCI