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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠