feat: add websocket support for real-time scrape job monitoring

This commit is contained in:
2026-01-29 19:31:04 -06:00
parent d861888e5e
commit cfe098d193
26 changed files with 1118 additions and 173 deletions
+1
View File
@@ -9,5 +9,6 @@ pub mod encoding;
pub mod extractors;
pub mod routes;
pub mod session_cache;
pub mod ws;
pub use routes::*;