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 /src/lib.rs | |
| parent | 762cd8e815e797f173f541795de774fbbf978fc3 (diff) | |
add prometheus metrics
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1,4 +1,5 @@ | |||
| 1 | pub mod config; | 1 | pub mod config; |
| 2 | pub mod git; | 2 | pub mod git; |
| 3 | pub mod http; | 3 | pub mod http; |
| 4 | pub mod metrics; | ||
| 4 | pub mod nostr; | 5 | pub mod nostr; |