We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f582cc commit 00bda4dCopy full SHA for 00bda4d
spring-boot-project/spring-boot-dependencies/pom.xml
@@ -964,6 +964,11 @@
964
<artifactId>micrometer-registry-signalfx</artifactId>
965
<version>${micrometer.version}</version>
966
</dependency>
967
+ <dependency>
968
+ <groupId>io.micrometer</groupId>
969
+ <artifactId>micrometer-registry-stackdriver</artifactId>
970
+ <version>${micrometer.version}</version>
971
+ </dependency>
972
<dependency>
973
<groupId>io.micrometer</groupId>
974
<artifactId>micrometer-registry-statsd</artifactId>
0 commit comments