scouter-types 0.25.0

Client and server contract for scouter
Documentation
1
2
3
4
5
6
7
pub mod alert;
pub mod drift;
pub mod profile;

pub use alert::*;
pub use drift::{SpcDriftFeature, SpcDriftFeatures};
pub use profile::*;