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
I try to remove one alert from a mixin with that code :
local removeAlerts = (import "mixin-utils/utils.libsonnet").removeAlerts;
(import "squid-mixin/mixin.libsonnet") +
(removeAlerts({alert: 'SquidLowCacheHitRatio'}))
In the result, it's appear that SquidLowCacheHitRatio is not removed and I don't understand why. Is removeAlerts it supposed remove one alert ? If yes, how do I use it ?
Thanks 🙏
The text was updated successfully, but these errors were encountered:
I try to remove one alert from a mixin with that code :
In the result, it's appear that SquidLowCacheHitRatio is not removed and I don't understand why. Is
removeAlerts
it supposed remove one alert ? If yes, how do I use it ?Thanks 🙏
The text was updated successfully, but these errors were encountered: