| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved experimental/frontend.* to frontend/frontend.* | Martin Ridgers | 2022-03-15 | 1 | -119/+0 |
| | | |||||
| * | GCC doesn't like whitespace after a \ in a raw string literal | Martin Ridgers | 2021-10-29 | 1 | -1/+1 |
| | | |||||
| * | stats: Implemented new stats endpoint | Stefan Boberg | 2021-10-04 | 1 | -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 Larsson | 2021-10-01 | 1 | -0/+119 |