Aurora RDS Postgres DB alerts by query execution latency

0

Hi fam,

I have this requirement, DB alerts by query execution latency , this means we need to set alarm one of our query running more that 5 second. but i did not find any metric regarding this.

layansp
已提問 5 個月前檢視次數 188 次
1 個回答
1
已接受的答案

Hello.

As you may know, RDS metrics do not include metrics related to slow queries.
So, enable query logging for RDS PostgreSQL and change "log_statement" to 1 in the RDS parameter group.
Also, by setting the value of "log_min_duration_statement" to 5000, queries that take more than 5 seconds to execute will be output to the log.
Please set the type of query you want to output to the log with the value of "log_statement".
https://repost.aws/knowledge-center/rds-postgresql-query-logging

After outputting to CloudWatch Logs, you can create metrics by using a metric filter, etc., and then you can create alarms.

profile picture
專家
已回答 5 個月前
profile picture
專家
已審閱 1 個月前
  • thank you so much Riku, its work

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南