Releases: liip-elearning/php-fpm_exporter
Releases · liip-elearning/php-fpm_exporter
v2.2.1
v1.0.0
1.0.0 (2025-04-29)
Bug Fixes
- align proposed parameter with actual name. (#208) (877a9ff)
- allow 10 seconds to shutdown, fixing shutdown error (#204) (ea4a929)
- generate gauge metrics for all states (#173) (26cc9ad)
- high cardinality of pid_hash (#124) (0d25732), closes #110 #76
- Invalid PHP-FPMs request uri encoding (#37) (8b64a58), closes #32 #24
- json: cannot unmarshal number (#28) (03d8708), closes hipages/php-fpm_exporter#26
- publish step for semantic release missing (4dd1801)
- release pipeline failure (a727363)
- supply tar.gz archive (#172) (0eaefb8), closes #171
- support capturing SIGTERM signal to shutdown gracefully (#82) (271748e)
- trigger release with arm (65a8273)
- Typo FPM_REQUEST_INFO (#134) (cf49da4)
Features
- add scrape_url as prometheus label for each metric (#72) (505fe34)
- build with Go 1.14.10 (0a03abe)
- create multiarch docker images using buildx (#226) (1d33182)
- publish docker images to GitHub Registry (8647200)
Reverts
BREAKING CHANGES
pid_hashis being removed in favour ofchildto
avoid high cardinality explosion. In turn this means processes and their
state changes can't be identified anymore. If you're using this behaviour
please open an issue.