VictoriaMetrics/app/vmalert/rule
Aliaksandr Valialkin 3c02937a34
all: consistently use 'any' instead of 'interface{}'
'any' type is supported starting from Go1.18. Let's consistently use it
instead of 'interface{}' type across the code base, since `any` is easier to read than 'interface{}'.
2024-07-10 00:20:37 +02:00
..
alerting_test.go vmalert: fix sending alert messages (#6028) 2024-03-28 08:55:10 +01:00
alerting.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
group_test.go vmalert: avoid blocking APIs when alerting rule uses template functio… (#6129) 2024-04-19 09:16:26 +02:00
group_timing_test.go app/vmalert/rule: reduce number of allocations for getStaleSeries fn (#6269) 2024-05-14 14:43:39 +02:00
group.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
recording_test.go vmalert: automatically add exported_ prefix for original evaluation… (#5398) 2023-12-22 16:07:47 +01:00
recording.go vmalert: automatically add exported_ prefix for original evaluation… (#5398) 2023-12-22 16:07:47 +01:00
rule_test.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
rule.go docs: update vmalert and vmagent docs (#6207) 2024-04-30 10:27:06 +02:00
test_helpers.go app/vmalert/rule: reduce number of allocations for getStaleSeries fn (#6269) 2024-05-14 14:43:39 +02:00
utils_test.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
utils.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00