promphp/prometheus_client_php
Prometheus client library for PHP with Redis or APCu-based aggregation (plus in-memory adapter). Register and update counters, gauges, histograms, and summaries via CollectorRegistry, then expose metrics in Prometheus text format for scraping.
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.14.1...v2.15.0
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.14.0...v2.14.1
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.13.1...v2.14.0
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.13.0...v2.13.1
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.12.0...v2.13.0
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.11.0...v2.12.0
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.10.0...v2.11.0
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.9.0...v2.9.1
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.8.0...v2.9.0
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.7.2...v2.8.0
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.7.1...v2.7.2
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.7.0...v2.7.1
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.6.2...v2.7.0
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.6.1...v2.6.2
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.6.0...v2.6.1
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.5.0...v2.6.0
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.4.0...v2.5.0
A special thank you to @thedeacon who implemented a new and faster APC storage engine ( APCng)!
Full Changelog: https://github.com/PromPHP/prometheus_client_php/compare/v2.3.0...v2.4.0
A lot of fixes and even a new feature are in this release.
Bugfixes:
Features:
Improvements/Bug fixes:
Thank you @nussjustin-hmmh for your work on fixing this float counters bug in the Redis storage!
Improvements:
Thank you @encero for your work on improving the APCu Storage adapter!
Features:
Improvements:
Within this release, we dramatically improved the code quality, a big thanks goes out to @rdohms.
Notes:
Features:
php_info metrics by default (including the PHP version) (#2)# HELP php_info Information about the PHP environment.
# TYPE php_info gauge
php_info{version="7.4.10"} 1
This was introduced to be more in line with the official (and recommended) client libraries for Prometheus (Golang, Python, Ruby). It is planned to introduce more default metrics about the collection process in future versions.
Notes/Improvements:
$redisAdapter to $storageAdapter on CollectorRegistryBug Fixes:
This releases does not contain any breaking change.
How can I help you explore Laravel packages today?