aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server/src/metrics.rs (follow)
Commit message (Collapse)AuthorAge
* chore: move crates into crates/ dir (#1958)Ellie Huxtable2024-04-18
| | | | I'd like to tidy up the root a little, and it's nice to have all the rust crates in one place
* chore(deps): update axum (#1637)Conrad Ludgate2024-01-28
|
* feat: add metrics server and http metrics (#1394)Ellie Huxtable2023-11-16
* feat: add metrics server and http metrics * setup metrics * update default config * fix tests