diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-04 15:17:04 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-04 15:24:19 +0000 |
| commit | fd0c87c787d0626b3546fa571541c9c809711821 (patch) | |
| tree | 934f20d973127f380b807d2bd44b25c197cf349c /Cargo.toml | |
| parent | 762cd8e815e797f173f541795de774fbbf978fc3 (diff) | |
add prometheus metrics
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -28,6 +28,11 @@ futures-util = "0.3" | |||
| 28 | base64 = "0.22" | 28 | base64 = "0.22" |
| 29 | flate2 = "1.0" | 29 | flate2 = "1.0" |
| 30 | 30 | ||
| 31 | # Metrics | ||
| 32 | prometheus = "0.13" | ||
| 33 | dashmap = "5" | ||
| 34 | lazy_static = "1.4" | ||
| 35 | |||
| 31 | # Serialization | 36 | # Serialization |
| 32 | serde = { version = "1.0", features = ["derive"] } | 37 | serde = { version = "1.0", features = ["derive"] } |
| 33 | serde_json = "1.0" | 38 | serde_json = "1.0" |