Skip to content

Releases: hipages/php-fpm_exporter

v2.2.0

20 May 08:52
c75d2df
Compare
Choose a tag to compare

2.2.0 (2022-05-20)

Features

  • publish docker images to GitHub Registry (8647200)

v2.1.0

20 May 07:20
55465a1
Compare
Choose a tag to compare

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

04 Nov 20:35
bf6971e
Compare
Choose a tag to compare

2.0.4 (2021-11-04)

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

27 Aug 01:21
17599df
Compare
Choose a tag to compare

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

10 May 12:46
cf49da4
Compare
Choose a tag to compare

v2.0.1

07 Jan 22:58
65a8273
Compare
Choose a tag to compare

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

22 Nov 00:42
1181deb
Compare
Choose a tag to compare

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

02 Nov 13:46
a727363
Compare
Choose a tag to compare

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

21 Mar 11:11
271748e
Compare
Choose a tag to compare

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

10 Mar 12:59
505fe34
Compare
Choose a tag to compare

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