aboutsummaryrefslogtreecommitdiff
path: root/src/admin/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.7 because of incompatible NetappAlex Auvolat2022-03-141-2/+2
|
* Refactor how durations are measuredAlex Auvolat2022-03-141-1/+0
|
* Add tracing integration with opentelemetryAlex Auvolat2022-03-141-2/+5
|
* Add many metrics in table/ and rpc/Alex Auvolat2022-03-141-1/+0
|
* Update dependencies and add admin module with metricsmricher2022-03-141-0/+28
- 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