diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-11-16 23:18:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-16 23:18:13 +0000 |
| commit | 15d214e2372308fa1d12b576a675c9e2cbf6cde1 (patch) | |
| tree | a2a4e223e1f4602a70805ebad84694b8fc14daa7 /atuin-server/Cargo.toml | |
| parent | fix: new clippy lints (#1395) (diff) | |
| download | atuin-15d214e2372308fa1d12b576a675c9e2cbf6cde1.zip | |
feat: add metrics server and http metrics (#1394)
* feat: add metrics server and http metrics
* setup metrics
* update default config
* fix tests
Diffstat (limited to 'atuin-server/Cargo.toml')
| -rw-r--r-- | atuin-server/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 95bd3e09..e5390b00 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -33,3 +33,5 @@ tower-http = { version = "0.4", features = ["trace"] } reqwest = { workspace = true } argon2 = "0.5.0" semver = { workspace = true } +metrics-exporter-prometheus = "0.12.1" +metrics = "0.21.1" |
