MeterRegistry implementation for publishing metrics to Amazon CloudWatch using AWS SDK v1 (deprecated in favor of v2).
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-cloudwatch</artifactId>
<version>1.12.13</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a CloudWatchMeterRegistry and increment a counter
Replace dependency with micrometer-registry-cloudwatch2 and update imports to use software.amazon.awssdk.services.cloudwatch.
No dependency data recorded yet.