github hipages/php-fpm_exporter v2.0.0

latest releases: v2.2.0, v2.1.0, v2.0.4...
3 years ago

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

Don't miss a new php-fpm_exporter release

NewReleases is sending notifications on new releases.