Skip to main content

Module health

Module health 

Source
Expand description

Health orchestration: doctor and info.

doctor reads the stack and reports every check it can, so a broken configuration surfaces as a failed check rather than an error envelope. The checks that read the operator’s local configuration live in -cli, which has the Context; these functions take a &Transport and report only what the stack says.

Structs§

DoctorCheck
One doctor check.
DoctorReport
The report doctor renders.
InfoReport
The stack-derived half of info’s report. The caller prepends the profile fields (elasticctl_version, profile, kibana_url, space) it alone can supply.

Enums§

Status
The outcome of one doctor check.

Functions§

check
Construct a check. Public so -cli builds its configuration checks with the same shape as the stack checks.
doctor
Run the stack-reading checks.
info
Probe the stack values only info reports.