aboutsummaryrefslogtreecommitdiff
path: root/src/admin/metrics.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add spans to table calls, change span names in RPCAlex Auvolat2022-03-141-8/+2
|
* Add metrics to API endpointAlex Auvolat2022-03-141-1/+1
|
* Refactor how durations are measuredAlex Auvolat2022-03-141-6/+4
|
* Add tracing integration with opentelemetryAlex Auvolat2022-03-141-7/+33
|
* Add many metrics in table/ and rpc/Alex Auvolat2022-03-141-14/+7
|
* Implement basic metrics in tableMaximilien R2022-03-141-6/+0
|
* Update dependencies and add admin module with metricsmricher2022-03-141-0/+141
- Global dependencies updated in Cargo.lock - New module created in src/admin to host: - the (future) admin REST API - the metric collection - add configuration block No metrics implemented yet