v0.6.0 (preview 2)
Pre-release
Pre-release
palkan
released this
07 Mar 12:21
·
789 commits
to master
since this release
Features
- Added HTTP metrics endpoint.
Application metrics (Prometheus-formatted) now could be accessible through HTTP.
You can enabled this feature with --metrics_http=/metrics
option (the value is the endpoint to serve data at).
You can also specify custom port with --metrics_http_port=1234
(and thus protect this information by making it inaccessible to public web). By default metrics are served by the server which handle WebSocket connections.
- Added
--metrics_log_interval
option.
Now it's possible to configure the interval at which statistics is logged (when enabled). By default equals to 15s.
- Added RPC related metrics.
Changes
Metrics names slightly changed (to comply with Prometheus conventions).