https://signoz.io logo
a

Ankit Nayan

09/27/2022, 1:13 PM
cc: @Amol Umbark @Srikanth Chekuri
s

Srikanth Chekuri

09/27/2022, 1:23 PM
@Dam Mad Change the aggregator operator from
NOOP
to
SUM_RATE
. The graph will show you the result and based on that you can configure what is the ideal threshold.
Please scroll down it should be there
a

Ankit Nayan

09/27/2022, 1:33 PM
or type
sum
it should suggest
d

Dam Mad

09/27/2022, 1:34 PM
ah - that' scrollable 🙂 yes - found it - thanks
s

Srikanth Chekuri

09/27/2022, 1:55 PM
No,
SUM
would be incorrect operator. The
signoz_calls_total
is monotonic counter and we are interested in sum of rate because of that. If it is showing zero then either there was no 4xx request within the interval or data is in correct. Are you looking for a specific service? Can you filter by it and see what’s the chart? Is it a server kind or client kind span?
d

Dam Mad

09/27/2022, 1:58 PM
ok - found what was incorrect - threshold was set to 0.1, while the sum_rate values are very low and only 10x errors they are above 0.1
that's fine - I can set it that way - very low threshold value
I think it could be more intuitive if we could sat threshold 0, but SigNoz gives me error when I try to do so
a

Ankit Nayan

09/27/2022, 2:04 PM
setting
0
as the threshold should be allowed and not treated as empty. Can you raise an issue for this?
d

Dam Mad

09/27/2022, 2:05 PM
ok - will do
2 Views