-
Notifications
You must be signed in to change notification settings - Fork 110
Comparing changes
Open a pull request
base repository: PromPHP/prometheus_client_php
base: v2.13.1
head repository: PromPHP/prometheus_client_php
compare: v2.14.0
- 6 commits
- 11 files changed
- 7 contributors
Commits on Mar 3, 2025
-
Use PHP 8.4 for tests and fix phpstan issue (#176)
* Use PHP 8.4 for tests and fix phpstan issue Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de> * Update actions Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de> * Migrate phpunit configuration Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de> --------- Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
Configuration menu - View commit details
-
Copy full SHA for f191801 - Browse repository at this point
Copy the full SHA f191801View commit details -
Catch invalid JSON from Redis and throw an error (#174)
* Catch invalid JSON from Redis and throw an error Signed-off-by: Vsevolod <vmalygin@adsterra.com> * was added a custom json exception for metrics Signed-off-by: Vsevolod <vmalygin@adsterra.com> * refactoring Signed-off-by: Vsevolod <vmalygin@adsterra.com> * Update src/Prometheus/Exception/MetricJsonException.php --------- Signed-off-by: Vsevolod <vmalygin@adsterra.com> Co-authored-by: Vsevolod <vmalygin@adsterra.com> Co-authored-by: Lukas Kämmerling <github@lukas-kaemmerling.de> Co-authored-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
Configuration menu - View commit details
-
Copy full SHA for 4f71eb1 - Browse repository at this point
Copy the full SHA 4f71eb1View commit details -
Bump min php Version to 7.4, fix PHPstan issues
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
Configuration menu - View commit details
-
Copy full SHA for 7912087 - Browse repository at this point
Copy the full SHA 7912087View commit details -
feat: add metric name to MetricsRegistrationException (#163)
Signed-off-by: Simon Podlipsky <simon@podlipsky.net> Co-authored-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
Configuration menu - View commit details
-
Copy full SHA for 1d8b02b - Browse repository at this point
Copy the full SHA 1d8b02bView commit details
Commits on Mar 5, 2025
-
Prevent php error when data was removed from redis (#149)
This code was already in redis storage but not in redisNg Co-authored-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
Configuration menu - View commit details
-
Copy full SHA for 381753d - Browse repository at this point
Copy the full SHA 381753dView commit details -
APCng storage - avoid worst-case memory usage in buildPermutationTree (…
…#123) * APCng storage - avoid worst-case memory usage in buildPermutationTree Signed-off-by: Josh Hoffer <jhoffer@datava.com> * Fix PHPstan errors Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de> --------- Signed-off-by: Josh Hoffer <jhoffer@datava.com> Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de> Co-authored-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
Configuration menu - View commit details
-
Copy full SHA for 3e4811f - Browse repository at this point
Copy the full SHA 3e4811fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.13.1...v2.14.0