alertmanager/doc/alertmanager-mixin/.lint
gotjosh c494009f61
Mixin: Fix mixin linting
In accordance with a new rule introduced as part of https://github.com/grafana/dashboard-linter/pull/79 this is now required. However, for the new rule of `panel-unit-rule` we don't reap any benefits from specifiying a particular unit for our panels, the defaults work perfectly fine so they're ignored.

Signed-off-by: gotjosh <josue.abreu@gmail.com>
2022-06-29 16:25:15 +01:00

15 lines
565 B
Plaintext

exclusions:
target-instance-rule:
reason: no need to have every query contains two matchers within every selector - `{job=~"$job", instance=~"$instance"}`
template-job-rule:
entries:
- dashboard: Alertmanager / Overview
reason: multi-select is not always required
template-instance-rule:
entries:
- dashboard: Alertmanager / Overview
reason: multi-select is not always required
panel-units-rule:
entries:
- dashboard: Alertmanager / Overview
reason: Dashboard does not benefit from specific unit specification.