Skip to content

I try to remove only one alert #1113

Open
@gaetanars

Description

@gaetanars

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 🙏

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions