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