Gilles De Mey
b7e11358cf
Alerting: Fix crash when viewing alert group without interval ( #53166 )
2022-08-03 08:22:52 +02:00
Gilles De Mey
9332fb65a9
Alerting: Allow testing provisioned contact points ( #52824 )
2022-07-28 10:03:28 +02:00
Gilles De Mey
a1c6147374
Alerting: Group alert state history by labels and allow filtering ( #52784 )
2022-07-26 17:00:04 +02:00
Gilles De Mey
aa8c9d86dd
UI/Card: Fix card items always having pointer cursor ( #52809 )
2022-07-26 16:15:18 +02:00
Gilles De Mey
d63ffa314e
Alerting: Fix normalization of alert states for panel annotations ( #51637 )
...
A bug introduced by #49259 would crash the annotations view of a panel with a linked alert rule. States are now normalized so crashes won't occur and the base state is used instead.
2022-06-30 10:46:54 -04:00
Gilles De Mey
268ee678b3
Alerting: Adds visual tokens for templates ( #51376 )
2022-06-30 16:19:59 +02:00
Gilles De Mey
a1fb73c503
Alerting: Adds contact point template syntax highlighting ( #51559 )
2022-06-30 14:01:02 +02:00
Gilles De Mey
3ab410de0b
QueryEditorRow: Render frame warnings in QueryEditorRow ( #50116 )
2022-06-28 13:38:31 +02:00
Gilles De Mey
97c9b25d44
Alerting: Skip the default data source if incompatible ( #51452 )
2022-06-28 10:05:53 +02:00
Gilles De Mey and Kristina Durivage
bcc43aa0bc
Alerting: adds additional command palette actions ( #51393 )
...
Co-authored-by: Kristina Durivage <kristina.durivage@grafana.com >
2022-06-27 11:57:37 +02:00
Gilles De Mey and Konrad Lalik
a37b868da7
Alerting: Provisioning UI ( #50776 )
...
Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com >
2022-06-20 10:55:12 -04:00
Gilles De Mey
6a1b8693e0
Alerting: Fix alert rule page crashing when datasource contained URL unsafe characters ( #51105 )
...
Any Prometheus datasources that contained URL unsafe characters would crash the application since it fails to find the datasource from the Grafana bootData.
2022-06-20 15:37:22 +02:00
Gilles De Mey
ab89fa0853
Alerting: Fix automatically select newly created folder option ( #50949 )
2022-06-20 14:48:57 +02:00
Gilles De Mey
81a5436c1e
Alerting: Adds Mimir to Alertmanager data source implementation ( #50943 )
2022-06-20 12:56:38 +02:00
Gilles De Mey
5539bb4578
Alerting: use "find" to wait for expression editor to load ( #50602 )
2022-06-10 14:58:15 +02:00
Gilles De Mey
8318876b34
Docs: Remove deprecated inactive state filter ( #50492 )
2022-06-09 11:41:16 +02:00
Gilles De Mey and brendamuir
4c8c8e9741
docs: rewrite new alert list panel docs ( #50406 )
...
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2022-06-08 15:23:16 +02:00
689f349cda
Docs: add note on alerting limitation for being an alert receiver ( #50331 )
...
Co-authored-by: gotjosh <josue.abreu@gmail.com >
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2022-06-08 10:42:43 +02:00
Gilles De Mey and konrad147
e6ceee501f
Alerting: Use correct permission scope for external AM updates ( #50159 )
...
Co-authored-by: konrad147 <konrad.lalik@grafana.com >
2022-06-03 15:12:34 +02:00
Gilles De Mey
51dcac4c34
Alerting: Fix alert creation form layout when errors occur ( #50084 )
2022-06-02 16:19:13 +02:00
Gilles De Mey
5191870c24
Alerting: Fix alert list panel showing firing alerts with no instances ( #50069 )
2022-06-02 15:44:03 +02:00
Gilles De Mey
752d2286eb
CODEOWNERS: Update owners of Alert List panel ( #50068 )
...
Previously still tagged every member of the alerting squad
2022-06-02 13:23:22 +02:00
Gilles De Mey
82e9f4e7e7
Alerting: do not overwrite existing alert rule condition ( #49920 )
2022-06-01 11:28:21 +02:00
Gilles De Mey
e04f84fd1b
Alerting: fix layout with long words / numbers ( #49882 )
2022-05-31 12:33:43 +02:00
Gilles De Mey
9fdbc60ce9
Docs: Add "about alerting" topic ( #49523 )
2022-05-24 22:17:29 -04:00
Gilles De Mey
438898de86
Alerting: add "about alert rules" section ( #49413 )
...
* Alerting: add "about alert rules" section
* chore: adds descriptions and keywords
* Docs: update image locations
* chore: fix typo
2022-05-24 16:04:25 -04:00
Gilles De Mey
1c0019285f
Alerting: Improve docs on alert state and health ( #49410 )
2022-05-24 17:31:57 +02:00
Gilles De Mey
86871807d2
Alerting: Make alertmanager datasource stable ( #49485 )
2022-05-24 14:44:41 +02:00
Gilles De Mey
0ae8e3bd4e
Alerting: Fix notification policies label matchers layout ( #49159 )
2022-05-18 15:01:56 +02:00
Gilles De Mey
1d18b5ccd3
Alerting: inject dashboardService in to AlertNG ( #49139 )
2022-05-18 11:04:17 +02:00
Gilles De Mey
2790f0f5e4
Update UX issue template to use YAML extension ( #49099 )
2022-05-18 10:05:24 +02:00
Gilles De Mey
0a44fbdd42
Alerting: Do not serve alerting images from root ( #49022 )
...
Manually tested with serve_from_sub_path = true and a custom pathUrl
2022-05-18 09:54:24 +02:00
Gilles De Mey
e574870104
Docs: pull labels and label matchers in to its own fundamentals article ( #48758 )
2022-05-17 17:31:39 +02:00
Gilles De Mey
4b4f996fa3
Alerting: refactor unified alerting promotion to deprecation ( #49019 )
2022-05-17 17:30:41 +02:00
Gilles De Mey
fa37c6c9d3
Alerting: Allow disabling override timings for notification policies ( #48648 )
2022-05-16 11:46:14 +02:00
Gilles De Mey
1a7ca3f0de
Expressions: adds inline documentation for the Math expression ( #48784 )
2022-05-16 11:30:27 +02:00
Gilles De Mey
2d6ab03e4f
Alerting: automatically select last expression ( #48787 )
2022-05-06 15:39:24 +02:00
Gilles De Mey
e04d8fca7b
Alerting: correctly show all alerts in a folder ( #48684 )
2022-05-04 11:35:08 +02:00
Gilles De Mey
2d9d12380c
Alerting: updated alerting creation order ( #48548 )
2022-05-03 11:27:34 +02:00
Gilles De Mey
9b95d77be9
Alerting: use a single move operation for alert rules ( #48125 )
2022-04-26 16:38:29 +02:00
Gilles De Mey
2713de2bd1
Alerting: fix alert creation interval layout bug ( #48112 )
2022-04-22 14:29:36 +02:00
Gilles De Mey
459c64fd44
Alerting: adds variable replacement to panel filters ( #47962 )
2022-04-20 16:29:55 +02:00
Gilles De Mey
be3f52abb1
Alerting: grafana managed group names ( #47785 )
2022-04-20 11:41:33 +02:00
Gilles De Mey
69eb6efd6e
Alerting: add confirmation modal for deleting notification policies ( #47819 )
2022-04-19 15:55:54 +02:00
Gilles De Mey
7e844064a4
Alerting: fix collapsable toggle text regression ( #47517 )
2022-04-08 17:15:19 +02:00
Gilles De Mey
c530100d45
fix: don't allow editing rule types for existing rules ( #47512 )
2022-04-08 15:26:33 +02:00
Gilles De Mey
322a14fe6e
Alerting: fix flakey default time range assertion ( #47262 )
2022-04-04 17:35:53 +02:00
Gilles De Mey
473fa6d997
Alerting: add Mimir to the list of cloud rules ( #47258 )
2022-04-04 12:04:03 +00:00
Gilles De Mey
18862a22a6
Alerting: use mimir logo ( #47063 )
2022-03-30 17:57:18 +02:00
Gilles De Mey
4a568769e7
Alerting: fix flakey test ( #46845 )
2022-03-22 21:20:58 +01:00
Gilles De Mey
64d4e6fcaa
Alerting: visual alert type picker ( #46111 )
2022-03-18 14:33:32 +01:00
Gilles De Mey
a9b1a964b0
Alerting: adds support for federated rules ( #46037 )
2022-03-04 10:16:13 +01:00
Gilles De Mey
15d681b823
grafana/ui: Selectable Card ( #45538 )
2022-02-28 11:23:23 +01:00
Gilles De Mey
651bb773db
Alerting: do not unescape external AM label values ( #45334 )
2022-02-15 13:57:00 +01:00
Gilles De Mey
1680e284e5
Alerting: validate namespace and groupname for Grafana manages and Lotex alerts ( #44872 )
2022-02-04 15:04:11 +01:00
Gilles De Mey and Peter Holmberg
c1a0c2664c
Alerting: add custom grouping to Alert Panel ( #44559 )
...
Co-authored-by: Peter Holmberg <peterholmberg@users.noreply.github.com >
2022-02-03 19:07:27 +01:00
Gilles De Mey
29b97361f7
Alerting: load correct unified alerting tab ( #44794 )
2022-02-03 13:35:56 +01:00
Gilles De Mey
26ddeaf3d7
fix: multiple queries in alerting regression ( #44585 )
2022-01-28 16:05:19 +01:00
Gilles De Mey
bd9df4f829
Alerting: show deleted datasource ( #43891 )
2022-01-17 14:30:00 +01:00
Gilles De Mey
55ec05b560
Alerting: remove dead code ( #43956 )
2022-01-13 16:23:49 +01:00
Gilles De Mey
7b841c7947
Alerting: run validation before testing contact point ( #43721 )
2022-01-10 13:28:36 +01:00
Gilles De Mey
be61f192c8
Alerting: add support for absolute URLs in ActionIcon ( #43367 )
2022-01-10 13:11:43 +01:00
Gilles De Mey
837925390f
fix: pass OrgId to alertNotification model ( #43678 )
...
fixes #43214
2022-01-05 10:19:45 +01:00
Gilles De Mey
56d088c441
devenv: fix maildev block ( #43624 )
2022-01-03 22:15:24 +01:00
Gilles De Mey
7de5d5fbd1
Alerting: adds missing type info to the FieldConfigSource ( #43619 )
2022-01-03 17:16:43 +01:00
Gilles De Mey
d7273c1158
Alerting: fix error dismiss tooltip placement ( #43616 )
2022-01-03 16:09:08 +01:00
Gilles De Mey
43c81ddd23
Alerting: persist error dismissal to localstorage ( #43406 )
2021-12-28 20:56:43 +01:00
Gilles De Mey
dc163a958d
Alerting: update response text assertion ( #43291 )
2021-12-20 16:45:29 +01:00
Gilles De Mey
db3cc738d6
Alerting: fixes rewiring unrelated reduce and resample expressions ( #43174 )
2021-12-17 14:46:55 +01:00
Gilles De Mey
bb3b5c10e7
Alerting: fix WeCom channel notifier test assertion ( #43173 )
2021-12-15 19:45:12 +01:00
Gilles De Mey
cbbbb505b4
Alerting: use HTML-safe characters for the default template ( #43148 )
2021-12-15 17:57:08 +01:00
Gilles De Mey
02039d7532
Alerting: show state history ( #42362 )
2021-12-14 16:36:54 +01:00
Gilles De Mey
3eae0db7ce
fix: make state duration column wider ( #43044 )
2021-12-13 16:57:15 +01:00
Gilles De Mey
db6b71a27b
Alerting: fix broken datasource link ( #42468 )
2021-11-29 17:57:58 +01:00
Gilles De Mey
3e16abc939
Timeseries Panel: render threshold at either top or bottom of graph when it is out… ( #41649 )
2021-11-23 16:18:07 +01:00
Gilles De Mey
ca7a62682e
fix: use better type assertion for initialAsyncRequestState ( #42087 )
2021-11-23 15:14:59 +01:00
Gilles De Mey
1bd43bae2d
Alerting: fix e2e testing selectors ( #41829 )
2021-11-17 19:23:30 +01:00
Gilles De Mey
b611d54349
Alerting: adds Unified Alerting promotion ( #41551 )
2021-11-17 16:46:44 +01:00
Gilles De Mey
9199a8b800
Alerting: rewire expression references when queries are updated ( #41478 )
2021-11-17 12:56:37 +01:00
Gilles De Mey and Santiago
dbe78e47b1
fix: check lotex endpoint URL ( #41429 )
...
* fix: check lotex endpoint URL
* Add validation for data sources URLs
Co-authored-by: Santiago <santiagohernandez.1997@gmail.com >
2021-11-11 07:45:56 +01:00
Gilles De Mey
2bc30daa49
Alerting: allows clearing the datasource selection in rule list ( #41264 )
2021-11-09 18:20:36 +01:00