Expand description
§Sentinel Storage
Data persistence layer for LLM-Sentinel.
This crate provides:
- Time-series storage (InfluxDB)
- In-memory caching (Moka)
- Distributed caching (Redis)
- Query interfaces for metrics and anomalies
Modules§
- cache
- Caching layer for baselines and hot data.
- influxdb
- InfluxDB storage backend for time-series data.
- prelude
- Re-export commonly used types
- query
- Query definitions for storage backends.
Traits§
- Storage
- Trait for storage backends