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
{{ message }}
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Error message used to be pretty easy to parse programmatically:
value=1.0&ceiling=0.2
It now displays the ceiling wrapped in an Optional:
value=1.0&ceiling=Optional[0.2]
This is probably pretty minor, as anyone who's parsing the result--e.g. to implement their own warn vs. crit thresholds--is probably looking at the value more often than the ceiling.
The text was updated successfully, but these errors were encountered:
dexhorthy
added a commit
to dexhorthy/instrumentor
that referenced
this issue
Nov 15, 2016
Error message used to be pretty easy to parse programmatically:
It now displays the ceiling wrapped in an
Optional
:This is probably pretty minor, as anyone who's parsing the result--e.g. to implement their own
warn
vs.crit
thresholds--is probably looking at thevalue
more often than theceiling
.The text was updated successfully, but these errors were encountered: