0

As I know that AWS CloudWatch store metric datapoint for 15 months with variable data point sampling like

  1. 01 sec DP for 3 hours
  2. 60 sec DP for 15 Days
  3. 300 sec DP for 63 Days and so on

But there is no data available before 15 months also the available data is not helpful due to large data sample size

In my case, I am looking for some metric of ALB like

  1. Max Active Connection per minute,
  2. Max Request count per minute(RPM) &
  3. New connection count

before 15 months, somehow I was able to identify max RPM via parsing ALB access logs.

I am looking for some solution which is easy to use and storing data in time serise DB (ex: influx DB)

adg
  • 99
  • 6

1 Answers1

0

Use&configure Telegraf Amazon CloudWatch Statistics Input Plugin and save CloudWatch metrics into InfluxDB.

Jan Garaj
  • 25,598
  • 3
  • 38
  • 59