Hi Team, I’m setting up SigNoz alerts for my app’s...
# support
c
Hi Team, I’m setting up SigNoz alerts for my app’s P50 latency using the API curl. The query was copied directly from SigNoz’s service homepage (for P50 latency), with one modification: • Original Filter:
name IN [...specific_operation_name]
Modified Filter:
name != ""
(to include all operations). However, the P50 latency data shown in the alert doesn’t match the dashboard for the same time frame. Could someone help identify what might be causing this discrepancy? Or is there any better way to achieve this? Attached Screenshot of the query