Releases: hipages/php-fpm_exporter
Releases · hipages/php-fpm_exporter
v2.2.0
v2.1.0
v2.0.4
2.0.4 (2021-11-04)
What's Changed
- fix: generate gauge metrics for all states by @fisherking in #173
- chore(deps): bump alpine from 3.14.1 to 3.14.2 by @dependabot in #174
New Contributors
- @fisherking made their first contribution in #173
Full Changelog: v2.0.3...v2.0.4
v2.0.3
v2.0.2
2.0.2 (2021-05-10)
Bug Fixes
- Typo FPM_REQUEST_INFO (#134) (cf49da4), closes /github.com/php/php-src/blob/07fa13088e1349f4b5a044faeee57f2b34f6b6e4/sapi/fpm/fpm/fpm_request.c#L27
v2.0.1
v2.0.0
2.0.0 (2020-11-22)
In this release, pid_hash
was removed to avoid high cardinality explosions. pid_hash
was used to generate a unique hash per-process. This would cause high cardinality within environments with high churn (e.g. PHP-FPM dynamic mode).
Thanks to @itcsoft54 for the code contribution.
Bug Fixes
BREAKING CHANGES
pid_hash
is being removed in favour ofchild
to 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.
Docker images
docker pull hipages/php-fpm_exporter:latest
docker pull hipages/php-fpm_exporter:2.0.0
docker pull hipages/php-fpm_exporter:2.0
docker pull hipages/php-fpm_exporter:2
v1.2.1
A number of dependency updates. Noteworthy:
- Go 1.14.10
- Alpine 3.12
Docker images
docker pull hipages/php-fpm_exporter:latest
docker pull hipages/php-fpm_exporter:1.2.1
docker pull hipages/php-fpm_exporter:1.2
docker pull hipages/php-fpm_exporter:1
v1.1.1
This release adds support for capturing the SIGTERM signal for a graceful shutdown.
Thanks to @stanxing for the code contribution.
Bug Fixes
Docker images
docker pull hipages/php-fpm_exporter:latest
docker pull hipages/php-fpm_exporter:1.1.1
docker pull hipages/php-fpm_exporter:1.1
docker pull hipages/php-fpm_exporter:1
v1.1.0
This release adds the scrape_url
label to all metrics.
Thanks to @sas1024 for the code contribution.
Changelog
505fe34 feat: add scrape_url as prometheus label for each metric (#72)
Docker images
docker pull hipages/php-fpm_exporter:latest
docker pull hipages/php-fpm_exporter:1.1.0
docker pull hipages/php-fpm_exporter:1.1
docker pull hipages/php-fpm_exporter:1