mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
analyzers: lower RequestDuration query threshold
This commit is contained in:
committed by
Dan Christian Bogos
parent
e84c434073
commit
b715aa392c
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user