Home
last modified time | relevance | path

Searched refs:GrafanaAlertState (Results 1 – 7 of 7) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/unified/utils/
H A Drules.ts3 GrafanaAlertState,
68 export function alertStateToReadable(state: PromAlertingRuleState | GrafanaAlertState | AlertState)…
88 export const alertStateToState: Record<PromAlertingRuleState | GrafanaAlertState | AlertState, Stat…
92 [GrafanaAlertState.Alerting]: 'bad',
93 [GrafanaAlertState.Error]: 'bad',
94 [GrafanaAlertState.NoData]: 'info',
95 [GrafanaAlertState.Normal]: 'good',
96 [GrafanaAlertState.Pending]: 'warning',
110 if (alert.activeAt && alert.state !== GrafanaAlertState.Normal) {
/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/unified/components/rules/
H A DAlertStateTag.tsx2 import { GrafanaAlertState, PromAlertingRuleState } from 'app/types/unified-alerting-dto';
7 state: PromAlertingRuleState | GrafanaAlertState | AlertState;
H A DStateHistory.tsx11 import { GrafanaAlertState, PromAlertingRuleState } from 'app/types/unified-alerting-dto';
15 state: PromAlertingRuleState | GrafanaAlertState | AlertState;
/dports/www/grafana8/grafana-8.3.6/public/app/types/
H A Dunified-alerting-dto.ts14 export enum GrafanaAlertState { enum
40 state: Exclude<PromAlertingRuleState | GrafanaAlertState, PromAlertingRuleState.Inactive>;
H A Dunified-alerting.ts11 GrafanaAlertState,
18 state: PromAlertingRuleState | GrafanaAlertState;
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D4057.0e38943fa459e872fe93.js.map1GrafanaAlertState, PromAlertingRuleState } from 'app/types/unified-alerting-dto';\n\ntype StateHis…
H A D7095.0e38943fa459e872fe93.js.map1GrafanaAlertState, PromAlertingRuleState } from 'app/types/unified-alerting-dto';\nimport React, {…