Php Fpm Exporter Versions Save

A prometheus exporter for PHP-FPM.

v2.2.0

2 years ago

2.2.0 (2022-05-20)

Features

  • publish docker images to GitHub Registry (8647200)

v2.1.0

2 years ago

2.1.0 (2022-05-20)

Bug Fixes

  • align proposed parameter with actual name. (#208) (877a9ff)
  • allow 10 seconds to shutdown, fixing shutdown error (#204) (ea4a929)

Features

  • create multiarch docker images using buildx (#226) (1d33182)

Reverts

  • Revert "chore: add build target to Makefile & builder to Dockerfile" (#218) (7004aa2), closes #218 #215

v2.0.4

2 years ago

2.0.4 (2021-11-04)

What's Changed

New Contributors

Full Changelog: https://github.com/hipages/php-fpm_exporter/compare/v2.0.3...v2.0.4

v2.0.3

2 years ago

2.0.3 (2021-08-27)

This is mainly a maintenance release to update various dependencies and supply a .tar.gz artifact.

Bug Fixes

v2.0.2

3 years ago

v2.0.1

3 years ago

2.0.1 (2021-01-07)

No functional changes. From this release onwards we provide prebuilt binaries for ARM64, thanks to @adduc.

Bug Fixes

  • fix: add builds for ARM64 (#129)

v2.0.0

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

v1.2.1

3 years ago

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

4 years ago

This release adds support for capturing the SIGTERM signal for a graceful shutdown.

Thanks to @stanxing for the code contribution.

Bug Fixes

  • support capturing SIGTERM signal to shutdown gracefully (#82) (271748e)

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

4 years ago

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