Alerting: show deleted datasource (#43891)

This commit is contained in:
Gilles De Mey
2022-01-17 14:30:00 +01:00
committed by GitHub
parent f6b70e0a69
commit bd9df4f829
5 changed files with 109 additions and 26 deletions

View File

@@ -102,7 +102,7 @@ export enum GrafanaAlertStateDecision {
Error = 'Error',
}
interface AlertDataQuery extends DataQuery {
export interface AlertDataQuery extends DataQuery {
maxDataPoints?: number;
intervalMs?: number;
}