Skip to main content

Module health

Module health 

Source
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§

HealthReport
System-wide health report containing aggregated status of all services.
ServiceHealth
Health status of an individual service.

Traits§

HealthSource
Programmatic health state readable by platform adapters. camel-health implements this; camel-platform-kubernetes consumes it via this trait. Neither crate depends on the other.

Type Aliases§

HealthChecker