fix: show active retry interruptions in liveness
This commit is contained in:
@@ -213,6 +213,9 @@ function compactTerminalClassification(record: JsonRecord): JsonRecord {
|
||||
providerInterruption: stringJsonValue(record.providerInterruption),
|
||||
providerInterruptionKnown: record.providerInterruptionKnown === true,
|
||||
providerInterruptionReason: boundedJsonString(record.providerInterruptionReason, 240),
|
||||
retryInterruptionObserved: record.retryInterruptionObserved === true,
|
||||
retryInterruptionSeq: numberJsonValue(record.retryInterruptionSeq),
|
||||
retryInterruptionKind: stringJsonValue(record.retryInterruptionKind),
|
||||
hardTimeout: record.hardTimeout === true,
|
||||
idleTimeout: record.idleTimeout === true,
|
||||
timeoutKind: stringJsonValue(record.timeoutKind),
|
||||
|
||||
Reference in New Issue
Block a user