RDS Proxy Metrics

0

I am having a higher number of DatabaseConnectionRequests on the RDS proxy. I am not sure how should I interpret it? I tried the AWS documentation but it did not help: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-proxy.monitoring.html

  1. What is DatabaseConnectionRequests matric, what does it represent?
  2. Does it represent connection Requests between proxy and database or between application and proxy?
  3. What will be the impact on RDS if this metric will keep on getting higher and higher?
humayl
已提问 2 年前1169 查看次数
1 回答
0
  1. How many connection request to have a connection from Proxy to your RDS
  2. It represent connection Requests between proxy and database
  3. The metric itself gives you an idea of how many connections per min you are trying to establish. Use with the metrics DatabaseConnections, DatabaseConnectionsSetupSucceeded, DatabaseConnectionsSetupFailed to give you a view of your capacity in the Database Connections. RDS proxy can help you reuse connections set to your database to manage the Maximum database connections of your DB engine.

RDS Quotas: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html RDS Proxy: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-proxy-managing.html

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则