Releases: roadrunner-server/http
Releases · roadrunner-server/http
v2.9.2
Full Changelog: v2.9.1...v2.9.2
v2.9.1
Full Changelog: v2.9.0...v2.9.1
v2.9.0
Full Changelog: v2.8.1...v2.9.0
v2.8.1
Full Changelog: v2.8.0...v2.8.1
v2.8.0
Full Changelog: v2.8.0-rc.6...v2.8.0
v2.8.0-rc.6
Full Changelog: v2.8.0-rc.5...v2.8.0-rc.6
v2.8.0-rc.5
Full Changelog: v2.8.0-rc.4...v2.8.0-rc.5
v2.8.0-rc.4
What's Changed
- Bump github.com/roadrunner-server/goridge/v3 from 3.3.0 to 3.3.1 by @dependabot in #5
- Bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1 by @dependabot in #4
- Bump github.com/roadrunner-server/sdk/v2 from 2.8.0-rc.1 to 2.8.0-rc.2 by @dependabot in #3
- Bump github.com/caddyserver/certmagic from 0.15.2 to 0.15.3 by @dependabot in #6
- Bump github.com/mholt/acmez from 1.0.1 to 1.0.2 by @dependabot in #7
Full Changelog: v2.8.0-rc.3...v2.8.0-rc.4
Additional metrics
- Add new http metrics:
Worker's current state:
# HELP rr_http_worker_state Worker current state
# TYPE rr_http_worker_state gauge
rr_http_worker_state{pid="82885",state="ready"} 0
The total number of workers:
# HELP rr_http_total_workers Total number of workers used by the HTTP plugin
# TYPE rr_http_total_workers gauge
rr_http_total_workers 10
Particular worker memory usage:
# HELP rr_http_worker_memory_bytes Worker current memory usage
# TYPE rr_http_worker_memory_bytes gauge
rr_http_worker_memory_bytes{pid="82885"} 2.6218496e+07
v2.8.0-rc.2
Full Changelog: v2.8.0-rc.1...v2.8.0-rc.2