We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f9fd97 + 4f7f8ff commit a0957d9Copy full SHA for a0957d9
spring-boot-project/spring-boot-dependencies/pom.xml
@@ -1074,6 +1074,11 @@
1074
<artifactId>micrometer-registry-cloudwatch</artifactId>
1075
<version>${micrometer.version}</version>
1076
</dependency>
1077
+ <dependency>
1078
+ <groupId>io.micrometer</groupId>
1079
+ <artifactId>micrometer-registry-cloudwatch2</artifactId>
1080
+ <version>${micrometer.version}</version>
1081
+ </dependency>
1082
<dependency>
1083
<groupId>io.micrometer</groupId>
1084
<artifactId>micrometer-registry-datadog</artifactId>
0 commit comments