This message was deleted.
# support
s
This message was deleted.
a
cc: @Amol Umbark @Srikanth Chekuri
s
@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.
d
@Srikanth Chekuri, There is no
SUM_RATE
available ๐Ÿ˜ž only following options:
s
Please scroll down it should be there
a
or type
sum
it should suggest
d
ah - that' scrollable ๐Ÿ™‚ yes - found it - thanks
however, it didn't seem to fix my issue.
SUM_RATE
shows 0 (
SUM
shows 4) while only 1 http request returned 4xx in last 5 mins (threshold set):
s
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
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
this is what
SUM_RATE
chart shows for chaning threshold to very low value and generating 10 quick 4xx errors:
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
setting
0
as the threshold should be allowed and not treated as empty. Can you raise an issue for this?
d
ok - will do
๐Ÿ‘ 1