As I know that AWS CloudWatch store metric datapoint for 15 months with variable data point sampling like
- 01 sec DP for 3 hours
- 60 sec DP for 15 Days
- 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
- Max Active Connection per minute,
- Max Request count per minute(RPM) &
- 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)