Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

brokkr-broker::dal::deployment_health Rust

Data Access Layer for DeploymentHealth operations.

This module provides functionality to interact with the deployment_health table in the database. It includes methods for upserting health status, querying health by agent/deployment/stack, and aggregating health across deployments.

Structs

brokkr-broker::dal::deployment_health::DeploymentHealthDAL<’a>

pub

Data Access Layer for DeploymentHealth operations.

Fields

NameTypeDescription
dal& 'a DALReference to the main DAL instance.