Alexander Akhmetov
f7a52bc04e
Alerting: Fix group-level labels and query_offset in the import API ( #106379 )
...
What is this feature?
Fixes a bug when group-level query_offset and labels parameters are ignored and not saved
Why do we need this feature?
In the import API Prometheus YAML rule definitions are supported:
groups:
- name: group-1
interval: 1m
query_offset: 10m
labels:
severity: "warning"
rules:
- alert: Alert 0 > 0
expr: vector(0) > 0
But applying group-level labels and query_offset is broken and they are not saved right now because during the conversion of the API model to PrometheusRuleGroup they aren't saved to the new structure.
2025-06-06 11:21:39 +02:00
..
2025-06-03 11:21:42 -05:00
2025-05-23 11:35:59 +02:00
2025-05-23 11:35:59 +02:00
2025-06-04 17:03:06 +03:00
2025-05-28 00:13:18 +03:00
2025-06-03 08:59:40 +02:00
2024-11-21 20:46:06 +02:00
2025-06-02 11:04:14 +02:00
2025-06-05 22:11:26 +02:00
2023-06-22 09:43:38 +01:00
2025-04-03 02:52:54 -05:00
2025-05-19 22:59:31 +02:00
2025-04-10 14:42:23 +02:00
2025-04-16 08:58:50 +02:00
2025-02-12 19:23:09 +00:00
2025-05-29 09:39:07 +03:00
2025-04-24 16:02:39 +03:00
2025-04-21 10:51:28 -05:00
2025-01-24 17:01:46 +02:00
2025-05-02 17:13:01 +02:00
2025-03-25 11:20:23 +02:00
2024-09-27 09:11:59 +02:00
2025-06-04 10:47:47 +02:00
2025-05-29 18:13:25 +01:00
2025-05-13 09:58:46 +01:00
2025-01-24 13:53:58 -03:00
2025-04-07 15:47:40 +02:00
2023-08-17 09:51:45 +02:00
2023-06-19 23:44:01 +02:00
2025-04-10 14:42:23 +02:00
2025-05-15 17:55:19 +03:00
2025-05-19 09:48:16 +03:00
2025-05-20 15:24:06 +01:00
2025-05-09 13:26:39 -04:00
2025-05-23 11:35:59 +02:00
2025-02-05 20:16:36 +02:00
2025-06-04 17:03:06 +03:00
2025-06-06 11:21:39 +02:00
2025-05-09 12:26:20 -04:00
2025-04-10 14:42:23 +02:00
2025-06-02 11:29:57 +02:00
2025-05-14 14:31:45 +03:00
2025-04-25 22:51:38 +01:00
2025-06-03 08:45:07 -04:00
2025-04-11 11:24:40 +02:00
2025-05-25 13:18:49 +03:00
2025-04-24 16:02:39 +03:00
2025-01-24 17:01:46 +02:00
2025-05-02 11:23:57 +03:00
2025-06-03 08:59:40 +02:00
2025-04-24 15:31:19 +02:00
2024-05-14 07:24:18 -03:00
2025-02-18 12:30:11 -06:00
2024-10-11 15:42:32 +03:00
2025-04-10 14:42:23 +02:00
2025-05-16 11:35:36 +03:00
2025-06-04 17:03:06 +03:00
2025-03-03 13:12:13 +01:00
2025-03-14 10:41:10 +01:00
2025-05-28 11:25:01 +01:00
2025-05-29 14:09:18 +02:00
2025-04-10 14:42:23 +02:00
2025-03-28 20:17:50 -05:00
2025-04-11 17:38:53 -04:00
2025-04-10 14:42:23 +02:00
2025-03-03 13:12:13 +01:00
2025-05-02 11:23:57 +03:00
2024-11-14 08:50:55 -05:00
2025-05-09 15:58:04 +02:00
2025-06-02 11:29:57 +02:00
2025-01-24 17:01:46 +02:00