Expand description
Health monitoring types for rust-camel.
This module provides types for tracking and reporting the health status of services in a rust-camel application.
Structs§
- Health
Report - System-wide health report containing aggregated status of all services.
- Service
Health - Health status of an individual service.
Traits§
- Health
Source - Programmatic health state readable by platform adapters.
camel-healthimplements this;camel-platform-kubernetesconsumes it via this trait. Neither crate depends on the other.