scouter-drift 0.25.0

Drift logic for Scouter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod custom;
pub mod error;
pub mod genai;
pub mod psi;
pub mod spc;
pub mod utils;

pub use utils::*;

#[cfg(feature = "sql")]
pub mod drifter;

#[cfg(feature = "sql")]
pub use drifter::DriftExecutor;

#[cfg(feature = "sql")]
pub use genai::GenAIPoller;