Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 00:42
· 139 commits to master since this release
1181deb

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