spring-cloud-aws
spring-cloud-aws copied to clipboard
CloudWatchExportAutoConfiguration for io.micrometer.cloudwatch2
The current CloudWatchExportAutoConfiguration file is using io.micrometer.cloudwatch, which was deprecated in favor of io.micrometer.cloudwatch2. if you use io.micrometer.cloudwatch2 on your project, CloudWatchExportAutoConfiguration does not work. So far, besides building my own, I have not found any out-of-box solutions.
Could I request a CloudWatchExportAutoConfiguration for the io.micrometer.cloudwatch2?
Thank you
io.micrometer.cloudwatch2 is based on AWS SDK v2. In Spring Cloud AWS 3.0 we are moving to AWS SDK v2 which hopefully happens later this year.
Thank you, glad to know it is in the works!
Could I help here?
I believe we just need to keep track of https://github.com/awspring/spring-cloud-aws/issues/20. Once complete, it will resolve this problem as well.