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
The status monitor API allows a check to set MonitorResult.message directly during execution, but MonitorResultService will overwrite that message in a variety of failure scenarios.
Sometimes the check might wish to use metric-driven evaluation (i.e. not set the result itself directly), but still has something useful to say even if the returned metrics eval to a failure.
To improve, the service could prepend its own generated message onto any message set by the check, instead of overwriting it completely. (I.e. the generated message is still useful / important, so show it in addition to any custom msg)
The text was updated successfully, but these errors were encountered:
The status monitor API allows a check to set
MonitorResult.message
directly during execution, butMonitorResultService
will overwrite that message in a variety of failure scenarios.Sometimes the check might wish to use metric-driven evaluation (i.e. not set the result itself directly), but still has something useful to say even if the returned metrics eval to a failure.
To improve, the service could prepend its own generated message onto any message set by the check, instead of overwriting it completely. (I.e. the generated message is still useful / important, so show it in addition to any custom msg)
The text was updated successfully, but these errors were encountered: