HealthProbeEntry constructor
Represents the result of a single probe execution.
public HealthProbeEntry(string Name, string[] Tags, ProbeStatus Status, string StatusText,
string? Description, IReadOnlyDictionary<string, object>? Data, TimeSpan Duration,
string? Error)
| parameter | description |
|---|---|
| Name | Probe name. |
| Tags | Probe tags. |
| Status | Probe status. |
| StatusText | Lowercase textual status. |
| Description | Optional description supplied by the probe. |
| Data | Optional supplemental data. |
| Duration | Probe execution duration. |
| Error | Optional captured error details. |
See Also
- enum ProbeStatus
- record HealthProbeEntry
- namespace Kestrun.Health