Metrics exporter for Prometheus

This commit is contained in:
Ara Sadoyan
2025-05-28 21:23:10 +02:00
parent 78a084380a
commit 423c7afa90
7 changed files with 141 additions and 16 deletions

View File

@@ -4,6 +4,7 @@ pub mod discovery;
mod filewatch;
pub mod healthcheck;
pub mod jwt;
pub mod metrics;
pub mod parceyaml;
pub mod structs;
pub mod tools;