stratospheric-dev/stratospheric

micrometer-registry-cloudwatch2 should be used instead of micrometer-registry-cloudwatch?

giuliopulina opened this issue · 1 comments

What's going wrong and not working?

Hi,

I'm building a slightly different version of the app following the book and the sample application, and I noticed that, using micrometer-registry-cloudwatch, metrics are not available to Cloudwatch (even if no error is thrown during publication).
I fixed this issue simply replacing the dependency with micrometer-registry-cloudwatch2.

Expected outcome

I think that, as the whole project is based on AWS Java SDK v2, micrometer-registry-cloudwatch2 should be used.

Thanks for the suggestion. Yes, you're right, micrometer-registry-cloudwatch2 should be used instead of micrometer-registry-cloudwatch.