diff options
author | Wolfy-J <[email protected]> | 2019-06-27 14:54:58 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-06-27 14:54:58 +0300 |
commit | bf540817226fae3833a81e08b6021789fdca8f2c (patch) | |
tree | 237426afce3efb0a2898f997ccd9990a63ebc38b | |
parent | 39a2eac13074a209d17f03930223542ff0af8766 (diff) |
more testsv1.4.5
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | README.md | 1 | ||||
-rwxr-xr-x | build.sh | 2 |
3 files changed, 11 insertions, 1 deletions
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 @@ -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 @@ -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}" |