You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If `metrics` [1] found, you can use metrics collectors to store
statistics. It is required to use `>= 0.9.0` to support age buckets in
summary and crucial bugfixes under high load [2]. The metrics are part
of global registry and can be exported together (e.g. to Prometheus)
with default tools without any additional configuration. Disabling
stats destroys the collectors.
Metrics collectors are used by default if supported. To explicitly set
driver, call `crud.enable_stats{ driver = driver }` ('local' or
'metrics').
If `metrics` used, `latency` statistics are changed to 0.99 quantile
of request execution time (with aging).
Add CI matrix to run tests with `metrics` installed. To get full
coverage on coveralls, #248 must be resolved.
1. https://github.com/tarantool/metrics
2. tarantool/metrics#235Closes#224
0 commit comments