about summary refs log tree commit diff
path: root/src/metrics.rs
Commit message (Collapse)AuthorAgeFilesLines
* Moved the entire Kittybox tree into the rootVika2023-07-291-0/+21
|
* flake.nix: reorganizeVika2022-05-241-21/+0
| | | | | | | | | | | | - Kittybox's source code is moved to a subfolder - This improves build caching by Nix since it doesn't take changes to other files into account - Package and test definitions were spun into separate files - This makes my flake.nix much easier to navigate - This also makes it somewhat possible to use without flakes (but it is still not easy, so use flakes!) - Some attributes were moved in compliance with Nix 2.8's changes to flake schema
* metrics: new metrics collection using warp-prometheusVika2022-03-021-70/+6
|
* WIP: convert to Tokio and WarpVika2022-02-151-4/+19
| | | | | | | | | | | Warp allows requests to be applied as "filters", allowing to flexibly split up logic and have it work in a functional style, similar to pipes. Tokio is just an alternative runtime. I thought that maybe switching runtimes and refactoring the code might allow me to fish out that pesky bug with the whole application hanging after a certain amount of requests...
* Code cleanup and small bugfixing in templatesVika2021-12-051-18/+23
|
* Added Prometheus instrumentationVika2021-08-061-0/+65
I need to instrument the mobc library used for the Redis connection pool, but that can be done later since I am somewhat tired. I don't remember how much I've worked and I need a break... >.<