We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f582cc + 00bda4d commit 7b78367Copy full SHA for 7b78367
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