mirror of
https://github.com/grafana/grafana.git
synced 2026-08-19 01:34:54 -05:00
Alerting: Add filters for AlertList panel (#43130)
* add state filters for prom alerts * combine state filters * add datasource filter for panel * remove duplicate state check * show only prom, loki, and grafana datasources
This commit is contained in:
@@ -4,6 +4,7 @@ import { RulesSource } from 'app/types/unified-alerting';
|
||||
import { getAllDataSources } from './config';
|
||||
|
||||
export const GRAFANA_RULES_SOURCE_NAME = 'grafana';
|
||||
export const GRAFANA_DATASOURCE_NAME = '-- Grafana --';
|
||||
|
||||
export enum DataSourceType {
|
||||
Alertmanager = 'alertmanager',
|
||||
|
||||
Reference in New Issue
Block a user