ClickHouse Query for Status Code 400 Alerting
TLDR Spidey requested a ClickHouse query for status code 400 alerting. Srikanth advised using a query builder with the signoz_calls_total
metric and the http_status_code IN 400
filter.
Apr 10, 2023 (8 months ago)
Spidey
07:16 AMNeed to do exceptions based alerting
Can you share some clickhouse query for status code 400
Prashant
11:55 AMSrikanth
03:04 PMsignoz_calls_total
and the filter http_status_code IN 400
SigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Creating Alerts for HTTP Query in Signoz v0.18
Guillaume is trying to create an alert for a specific URL using Signoz v0.18. vishal-signoz suggests using Clickhouse queries, but Guillaume experiences issues with loading them.
Incorrect Alert Firing Issue in Threshold Condition
Harshith.R.S is experiencing an issue with alerts firing when the value is above the threshold. The issue remains unresolved after trying different query modifications suggested by Amol.
Creating Alerts Based on Custom Exception Messages
ma asked how to create alerts from custom exception messages. Pranay suggested using trace data but Srikanth clarified that exceptions are stored separately and suggested using a ClickHouse query instead, providing an example.