Table of Contents

Class HealthStatus

Namespace
LMKit.Agents.Resilience
Assembly
LM-Kit.NET.dll

Represents the health status of an agent.

public sealed class HealthStatus
Inheritance
HealthStatus
Inherited Members

Properties

AverageLatency

Gets the average latency.

CircuitState

Gets the circuit breaker state, if monitored.

IsHealthy

Gets whether the agent is healthy.

LastException

Gets the last exception, if any.

MaxLatency

Gets the maximum latency.

Message

Gets a human-readable status message.

SampleCount

Gets the number of samples used.

Status

Gets the overall health state.

SuccessRate

Gets the success rate (0.0 to 1.0).