#support

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.

Powered by Struct AI
3
8mo
Solved
Join the chat
Apr 10, 2023 (8 months ago)
Spidey
Photo of md5-41d5df931f6be09b82374114ac1b6139
Spidey
07:16 AM
Hii team
Need to do exceptions based alerting
Can you share some clickhouse query for status code 400
Prashant
Photo of md5-1899629483c7ab1dccfbee6cc2f637b9
Prashant
11:55 AM
cc Srikanth
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
03:04 PM
You may not need a ClickHouse query for things such as 400 HTTP status code. You can use the query builder with metric signoz_calls_total and the filter http_status_code IN 400