Alerting: add custom grouping to Alert Panel (#44559)

Co-authored-by: Peter Holmberg <peterholmberg@users.noreply.github.com>
This commit is contained in:
Gilles De Mey
2022-02-03 19:07:27 +01:00
committed by GitHub
parent c5211f848d
commit c1a0c2664c
11 changed files with 400 additions and 180 deletions

View File

@@ -28,7 +28,7 @@ interface RuleBase {
}
export interface AlertingRule extends RuleBase {
alerts: Alert[];
alerts?: Alert[];
labels: {
[key: string]: string;
};