CanaryDecisionKind
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllDefines the outcome of a canary evaluation.
[JsonConverter(typeof(JsonStringEnumConverter<CanaryDecisionKind>))]public enum CanaryDecisionKindFields
Section titled “Fields”Healthy = 1
The canary is not worse than the control by the threshold; traffic continues.
InsufficientData = 0
The control or canary variant has not reached CanaryPolicy.MinSampleSize; no decision is made.
RollBack = 2
The canary is worse than the control by the threshold and must roll back.