Skip to content

Releases: liip-elearning/php-fpm_exporter

v2.2.1

29 Apr 06:47
v2.2.1
b6a7631

Choose a tag to compare

Changelog

v1.0.0

29 Apr 06:01
f7919a4

Choose a tag to compare

1.0.0 (2025-04-29)

Bug Fixes

Features

  • add scrape_url as prometheus label for each metric (#72) (505fe34)
  • build with Go 1.14.10 (0a03abe)
  • create multiarch docker images using buildx (#226) (1d33182)
  • publish docker images to GitHub Registry (8647200)

Reverts

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

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.