Skip to content

Commit 85a27a9

Browse files
committed
Merge branch '1.9.x' into 1.11.x
2 parents 66c1d47 + 4315158 commit 85a27a9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

implementations/micrometer-registry-cloudwatch/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
description = 'MeterRegistry implementation for publishing to CloudWatch using the AWS SDK v1. This module is deprecated in favor of io.micrometer:micrometer-registry-cloudwatch2 that uses the AWS SDK v2.'
2+
13
dependencies {
24
api project(':micrometer-core')
35

implementations/micrometer-registry-cloudwatch2/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
description = 'MeterRegistry implementation for publishing to CloudWatch using the AWS SDK v2.'
2+
13
dependencies {
24
api project(':micrometer-core')
35

0 commit comments

Comments
 (0)