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
While investigating #6049 I tried to set the failure_threshold using fleet override API, however this is parsed as a float64 by agent which is not supported at the moment, for example:
Optionally figure out how to reset the failure_threshold to default from fleet, agent should probably check if there's a monitoring section coming from fleet but no failure_threshold key and reset its monitoring failure_threshold
The text was updated successfully, but these errors were encountered:
While investigating #6049 I tried to set the
failure_threshold
using fleet override API, however this is parsed as a float64 by agent which is not supported at the moment, for example:Optionally figure out how to reset the failure_threshold to default from fleet, agent should probably check if there's a
monitoring
section coming from fleet but nofailure_threshold
key and reset its monitoring failure_thresholdThe text was updated successfully, but these errors were encountered: