Is there anyway to not alert on +Inf value in quer...
# support
j
Is there anyway to not alert on +Inf value in query builder? Recently upgraded to signoz v0.22.0 to fix this (https://github.com/SigNoz/signoz/pull/3010), but still getting +Inf alerts Ive tried: editing HAVING field : cannot include +Inf to exclude editing F field: Is there a MIN operation we can use?
s
Can you share the kind of queries that return +Inf values?
j
counting number of occurrences in a otel hist bucket: operation: SUM_RATE metric: {metric_name}_bucket where: le = {n} no use of formulas or anything that would cause a / 0
s
That is odd, would you be able to share the raw during the interval where you observed +Inf?
j
sure i can get back to you with this: by raw do you mean the raw alert query or data in clickhouse?
s
Both can be helpful