#support

Persistent +Inf Query Alerts in Upgraded Signoz v0.22.0

TLDR James upgraded to Signoz v0.22.0 to stop +Inf alerts but still receives them. Srikanth suggests reviewing the raw queries and data for more insight.

Powered by Struct AI
Sep 05, 2023 (3 months ago)
James
Photo of md5-a4e1ad4db8ffcfc27997a6987479cf1a
James
03:23 PM
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?
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
06:56 PM
Can you share the kind of queries that return +Inf values?
James
Photo of md5-a4e1ad4db8ffcfc27997a6987479cf1a
James
10:29 PM
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
Sep 06, 2023 (3 months ago)
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
01:49 AM
That is odd, would you be able to share the raw during the interval where you observed +Inf?
James
Photo of md5-a4e1ad4db8ffcfc27997a6987479cf1a
James
03:54 PM
sure i can get back to you with this:

by raw do you mean the raw alert query or data in clickhouse?
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
08:08 PM
Both can be helpful