analyzers: lower RequestDuration query threshold

This commit is contained in:
ionutboangiu
2025-04-16 10:14:34 +03:00
committed by Dan Christian Bogos
parent e84c434073
commit b715aa392c

View File

@@ -121,7 +121,7 @@ func TestAnzDocIT(t *testing.T) {
anzStringQuery(t, client, 1, "", contentFltr)
anzStringQuery(t, client, 7, "", "*lte:~*hdr.RequestID:2")
anzStringQuery(t, client, -1, "", "*gt:~*hdr.RequestDuration:1ms")
anzStringQuery(t, client, -1, "", "*gt:~*hdr.RequestDuration:500µs")
anzStringQuery(t, client, 1, `+RequestMethod:"AttributeSv1.ProcessEvent"`, "*notstring:~*rep.CGREvent.Event.Cost:0")
anzStringQuery(t, client, 1, `+RequestMethod:"CoreSv1.Status"`, "*gt:~*rep.goroutines:47")
}