From bf540817226fae3833a81e08b6021789fdca8f2c Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Thu, 27 Jun 2019 14:54:58 +0300 Subject: more tests --- CHANGELOG.md | 9 +++++++++ README.md | 1 + build.sh | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c125cb30..bd3fc4f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +v1.4.5 (27.06.2019) +------------------- +- added metrics server with Prometheus backend +- ability to push metrics from the application +- expose http service metrics +- expose limit service metrics +- expose generic golang metrics +- HttpClient and Worker marked final + v1.4.4 (25.06.2019) ------------------- - added "headers" service with the ability to specify request, response and CORS headers by @ovr diff --git a/README.md b/README.md index d6203ff8..27be0208 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Features: - no external PHP dependencies, drop-in (based on [Goridge](https://github.com/spiral/goridge)) - load balancer, process manager and task pipeline - frontend agnostic ([Queue](https://github.com/spiral/jobs), PSR-7, [GRPC](https://github.com/spiral/php-grpc), etc) +- integrated metrics (Prometheus) - works over TCP, unix sockets and standard pipes - automatic worker replacement and safe PHP process destruction - worker create/allocate/destroy timeouts diff --git a/build.sh b/build.sh index ca7f126e..f8ea079b 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.4.4 +RR_VERSION=1.4.5 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" -- cgit v1.2.3