mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-15 18:17:15 +00:00
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>
15 lines
565 B
Plaintext
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. |