Commit 65f43505 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.0.x'

parents fdfdf2c8 20743464
...@@ -869,6 +869,11 @@ ...@@ -869,6 +869,11 @@
<artifactId>micrometer-registry-atlas</artifactId> <artifactId>micrometer-registry-atlas</artifactId>
<version>${micrometer.version}</version> <version>${micrometer.version}</version>
</dependency> </dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-cloudwatch</artifactId>
<version>${micrometer.version}</version>
</dependency>
<dependency> <dependency>
<groupId>io.micrometer</groupId> <groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-datadog</artifactId> <artifactId>micrometer-registry-datadog</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment