mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
Add dependency management for micrometer-registry-stackdriver
Closes gh-16178
This commit is contained in:
committed by
Stephane Nicoll
parent
7f582cc707
commit
00bda4dc2a
@@ -964,6 +964,11 @@
|
||||
<artifactId>micrometer-registry-signalfx</artifactId>
|
||||
<version>${micrometer.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-registry-stackdriver</artifactId>
|
||||
<version>${micrometer.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-registry-statsd</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user