Prometheus php-fpm exporter

hipages/php-fpm_exporter last check 25 releases silent · 1y+
Notes

We need this exporter until this bug is fixed

Release notes
v2.0.0 · 1y+
view on github

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 of child 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