Files
grafana-zabbix/pkg/zabbix/methods_test.go
Zoltán Bedi 05ab443cef fix(zabbix): prevent silent removal of itemTagFilter when no tags match regex (#2248)
Added a test to ensure that when a regex itemTagFilter does not match
any tags, the GetItems function returns an empty list instead of all
items. This addresses a bug where an empty tag filter would lead to
unintended behavior by removing the filter silently.

Fixes #2247
2026-01-26 09:50:49 +01:00

15 KiB