aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin/api_server.rs
Commit message (Expand)AuthorAgeFilesLines
* Separate /health (simple text answer) and /v0/health (full json answer, authe...Alex Auvolat2022-12-051-43/+11
* Refactor health check and add ability to return it in jsonAlex Auvolat2022-12-051-82/+49
* Implement /health admin API endpoint to check node healthAlex Auvolat2022-12-051-0/+94
* Use status code 204 No Content for empty responsesTobias Krischer2022-10-171-3/+3
* Initialize metrics exporter earlier (fix #389)fix-metricsAlex Auvolat2022-09-201-2/+5
* Make all HTTP services optionnalAlex Auvolat2022-09-071-9/+10
* Allow building without Prometheus exporter (/metrics endpoint)Jakub Jirutka2022-09-061-22/+33
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-6/+1
* First version of admin API (#298)Alex2022-05-241-0/+199