aboutsummaryrefslogtreecommitdiff
path: root/zenserver/experimental/frontend.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moved experimental/frontend.* to frontend/frontend.*Martin Ridgers2022-03-151-119/+0
|
* GCC doesn't like whitespace after a \ in a raw string literalMartin Ridgers2021-10-291-1/+1
|
* stats: Implemented new stats endpointStefan Boberg2021-10-041-1/+1
| | | | | | | | Stats are exposed under /stats/{id}, so for example structured cache stats are exposed under /stats/z$ The separate endpoint makes it easier to separate request handling to ensure stats/status endpoints still respond if the regular request queue is somehow saturated or otherwise not behaving There is also a /status endpoint which is similar and is targeted towards lightweight health monitoring
* Added simple stats HTML dashboard with route /dashboard.Per Larsson2021-10-011-0/+119