You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make MonitoredJobHealthCheck details consistent and human-readable (#599)
* Rename the lastFailure detail to lastFailureTimestamp.
* Rename the lastSuccess detail to lastSuccessTimestamp.
* Rename the lastExecutionTimeMs detail to
lastSuccessfulExecutionDurationMs.
* Rename the expectedFrequencyMs detail to expectedJobFrequencyMs.
* Rename the errorWarningDurationMs detail to
recentErrorWarningDurationMs.
* Rename the warningThresholdMs detail to warningThresholdDurationMs.
* Add lastFailureTime detail (human-readable of lastSuccessTimestamp).
* Add lastSuccessfulExecutionDuration detail (human-readable of
lastSuccessfulExecutionDurationMs).
* Add expectedJobFrequency detail (human-readable of
expectedJobFrequencyMs).
* Add warningThresholdDuration detail (human-readable of
warningThresholdDurationMs).
* Add recentErrorWarningDuration detail (human-readable of
recentErrorWarningDurationMs).
Closes#598
0 commit comments