import java.util.LinkedHashMap;import java.util.List;import java.util.Map;Go to the source code of this file.
Packages | |
| package | dev.rafex.ether.observability.core.probe |
| Health and readiness probe models and aggregation helpers. | |
Functions | |
| record | dev.rafex.ether.observability.core.probe.ProbeReport (ProbeKind kind, ProbeStatus status, List< ProbeResult > results) |
| Reporte de resultados de probes de verificación. | |