Interface IActiveHealthCheckMonitor
Actively monitors destinations health.
Namespace: Yarp.ReverseProxy.Health
Assembly: Yarp.ReverseProxy.dll
Syntax
public interface IActiveHealthCheckMonitor
Properties
| Improve this Doc View SourceInitialProbeCompleted
Gets a value that determines whether the initial round of active health checks have run, regardless of the results.
Declaration
bool InitialProbeCompleted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
| Improve this Doc View SourceCheckHealthAsync(IEnumerable<ClusterState>)
Checks health of all clusters' destinations.
Declaration
Task CheckHealthAsync(IEnumerable<ClusterState> clusters)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ClusterState> | clusters | Clusters to check the health of their destinations. |
Returns
Type | Description |
---|---|
Task |