Alerting: New alert list panel component (#34614)

This commit is contained in:
Nathan Rodman
2021-05-31 05:08:05 -07:00
committed by GitHub
parent 7c25465b3a
commit 7dd5a065ba
12 changed files with 575 additions and 29 deletions

View File

@@ -101,6 +101,13 @@ export interface RuleWithLocation {
rule: RulerRuleDTO;
}
export interface PromRuleWithLocation {
rule: AlertingRule;
dataSourceName: string;
namespaceName: string;
groupName: string;
}
export interface CloudRuleIdentifier {
ruleSourceName: string;
namespace: string;