Skip to content

Commit 4702da7

Browse files
committed
Add micrometer-observation to the actuator starter
See gh-29666
1 parent a66c2d6 commit 4702da7

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-actuator

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-actuator/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description = "Starter for using Spring Boot's Actuator which provides productio
77
dependencies {
88
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
99
api(project(":spring-boot-project:spring-boot-actuator-autoconfigure"))
10+
api("io.micrometer:micrometer-observation")
1011
api("io.micrometer:micrometer-core")
1112
api("io.micrometer:micrometer-binders")
1213
}

0 commit comments

Comments
 (0)