spring-cloud-aws icon indicating copy to clipboard operation
spring-cloud-aws copied to clipboard

CloudWatchExportAutoConfiguration for io.micrometer.cloudwatch2

Open ghost opened this issue 5 years ago • 4 comments

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

ghost avatar Jul 02 '20 23:07 ghost

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.

maciejwalkowiak avatar Jul 06 '20 20:07 maciejwalkowiak

Thank you, glad to know it is in the works!

ghost avatar Jul 06 '20 20:07 ghost

Could I help here?

rbelow avatar Feb 11 '21 18:02 rbelow

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.

azotcsit avatar Feb 12 '21 06:02 azotcsit