The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/public/app/features/alerting/unified
Dominik Prokop 8e078315f0
Schema v2: Reason about new dashboard based on UID (#98879)
4 months ago
..
__mocks__
__snapshots__ Alerting: Add tests for combination of switch modes in the alert rule form (#98052) 4 months ago
api Alerting: Use useProduceNewAlertmanagerConfiguration for notification policies (#98615) 4 months ago
components Alerting: Fix silence drawer being re-rendered when the alert list is refreshed (#99468) 4 months ago
home Alerting: Consistently order member imports in alerting code (#97688) 5 months ago
hooks Schema v2: Reason about new dashboard based on UID (#98879) 4 months ago
insights Alerting: Use stack_id instead of id in cloud failures panel in the Insights page (#99424) 4 months ago
integration Alerting: Consistently order member imports in alerting code (#97688) 5 months ago
mocks Alerting: Remove manual feature discovery mocking (#96243) 5 months ago
openapi Alerting: Consume k8s API for notification policies tree (#96147) 6 months ago
plugins Alerting: Alert list - pagination and filtering part 1 (#96423) 5 months ago
reducers Alerting: Use useProduceNewAlertmanagerConfiguration for notification policies (#98615) 4 months ago
rule-list Alerting: Fix silence drawer being re-rendered when the alert list is refreshed (#99468) 4 months ago
search Alerting: Consistently order member imports in alerting code (#97688) 5 months ago
state Alerting/chore: Deprecate MockDataSourceSrv and remove from Alerting tests (#97267) 5 months ago
styles Chore: Rewrite alerting css using object styles (#87114) 1 year ago
test Alerting: Add manage permissions UI logic for Contact Points (#92885) 8 months ago
testSetup Alerting/chore: Deprecate MockDataSourceSrv and remove from Alerting tests (#97267) 5 months ago
types Alerting: Simplify notification step (#96430) 6 months ago
utils Alerting: Use useProduceNewAlertmanagerConfiguration for notification policies (#98615) 4 months ago
AlertGroups.test.tsx Alerting/chore: Deprecate MockDataSourceSrv and remove from Alerting tests (#97267) 5 months ago
AlertGroups.tsx Alerting: Consistently order member imports in alerting code (#97688) 5 months ago
AlertWarning.tsx React: Use new JSX transform (#88802) 11 months ago
AlertingNotEnabled.tsx React: Use new JSX transform (#88802) 11 months ago
AlertsFolderView.test.tsx Alerting: Remove all but one usage of `TestProvider` within test code (#91542) 10 months ago
AlertsFolderView.tsx Alerting: Consistently order member imports in alerting code (#97688) 5 months ago
Analytics.test.ts Alerting: Consistently order member imports in alerting code (#97688) 5 months ago
Analytics.ts Alerting: Consistently order member imports in alerting code (#97688) 5 months ago
CloneRuleEditor.test.tsx Alerting: Remove manual feature discovery mocking (#96243) 5 months ago
CloneRuleEditor.tsx Alerting: Refactor createUrl and createAbsoluteUrl (#90667) 10 months ago
ExistingRuleEditor.tsx React: Use new JSX transform (#88802) 11 months ago
GrafanaRuleQueryViewer.test.tsx Alerting: Consistently order member imports in alerting code (#97688) 5 months ago
GrafanaRuleQueryViewer.tsx Alerting: Consistently order member imports in alerting code (#97688) 5 months ago
MuteTimings.test.tsx Alerting: Consistently order member imports in alerting code (#97688) 5 months ago
NewSilencePage.tsx Routing: Remove nested silences routes (#94385) 7 months ago
NotificationPoliciesPage.test.tsx Alerting: Split out components for notification policies (#97191) 5 months ago
NotificationPoliciesPage.tsx Alerting: Split out components for notification policies (#97191) 5 months ago
PanelAlertTab.tsx Chore: Remove dashboard state barrel file (#97562) 5 months ago
PanelAlertTabContent.test.tsx Alerting/chore: Deprecate MockDataSourceSrv and remove from Alerting tests (#97267) 5 months ago
PanelAlertTabContent.tsx Schema v2: Reason about new dashboard based on UID (#98879) 4 months ago
Receivers.test.tsx Alerting: Consistently order member imports in alerting code (#97688) 5 months ago
RedirectToRuleViewer.test.tsx Routing: Replace Redirect component with Navigate (#94072) 8 months ago
RedirectToRuleViewer.tsx Routing: Replace Redirect component with Navigate (#94072) 8 months ago
RuleEditor.tsx Alerting: New list view (Part 1) (#95039) 6 months ago
RuleEditorCloudOnlyAllowed.test.tsx Alerting: Use NestedFolderPicker (#96398) 6 months ago
RuleEditorCloudRules.test.tsx Alerting: Include error from current condition when previewing queries (#98202) 4 months ago
RuleEditorExisting.test.tsx Alerting: Remove manual feature discovery mocking (#96243) 5 months ago
RuleEditorGrafanaRecordingRules.test.tsx Alerting: Add tests for combination of switch modes in the alert rule form (#98052) 4 months ago
RuleEditorGrafanaRules.test.tsx Alerting: Include error from current condition when previewing queries (#98202) 4 months ago
RuleEditorRecordingRule.test.tsx Alerting: Add tests for combination of switch modes in the alert rule form (#98052) 4 months ago
RuleList.test.tsx Alerting/chore: Deprecate MockDataSourceSrv and remove from Alerting tests (#97267) 5 months ago
RuleList.tsx Alerting: Consistently order member imports in alerting code (#97688) 5 months ago
RuleViewer.tsx Routing: Update components using props.match to use hooks (#93792) 8 months ago
Settings.test.tsx Alerting/chore: Deprecate MockDataSourceSrv and remove from Alerting tests (#97267) 5 months ago
Settings.tsx React: Use new JSX transform (#88802) 11 months ago
Silences.test.tsx Alerting: Lint and remove unused object properties (#92996) 6 months ago
TESTING.md Alerting: Remove manual feature discovery mocking (#96243) 5 months ago
TODO.md Alerting: unify alert rule actions between list and detail view (#86071) 1 year ago
Templates.test.tsx Alerting: notification template group (#96447) 6 months ago
Templates.tsx Alerting: Consistently order member imports in alerting code (#97688) 5 months ago
createRouteGroupsMatcherWorker.ts
featureToggles.ts Alerting: Prometheus primary mode for the alert list page (#92975) 8 months ago
initAlerting.tsx Alerting: Consistently order member imports in alerting code (#97688) 5 months ago
mockApi.ts Alerting: Remove manual feature discovery mocking (#96243) 5 months ago
mockGrafanaNotifiers.ts Alerting: Change the description for the 'Message' field in webhooks (#96153) 5 months ago
mocks.ts RuntimeDataSource: Support in core for runtime registered data sources (#93956) 4 months ago
routeGroupsMatcher.ts Alerting: Add support for UTF-8 characters in notification policies and silences (#81455) 1 year ago
routeGroupsMatcher.worker.ts
useRouteGroupsMatcher.test.tsx
useRouteGroupsMatcher.ts Alerting: Support PromQL-style matchers (#84672) 1 year ago