Interface IHealthService
Service for Health.
public interface IHealthService
Methods
GetStatusAsync(Func<Component, bool>, bool, CancellationToken)
Performs Health checks.
IAsyncEnumerable<KeyValuePair<string, HealthComponent>> GetStatusAsync(Func<Component, bool> filter = null, bool includeProbes = true, CancellationToken cancellationToken = default)
Parameters
filterFunc<Component, bool>includeProbesboolcancellationTokenCancellationToken