blueprint-remote-providers 0.2.0-alpha.2

Remote service providers for Tangle Blueprints
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Infrastructure monitoring and discovery

pub mod discovery;
pub mod health;
pub mod logs;
pub mod loki;

pub use discovery::{MachineType, MachineTypeDiscovery};
pub use health::{HealthCheckResult, HealthMonitor, HealthStatus};
pub use logs::{LogAggregator, LogEntry, LogLevel, LogSource, LogStreamer};
pub use loki::{LogAggregationPipeline, LokiClient};