Skip to content

Commit

Permalink
feat: fs-server上报监控数据到influxdb #799
Browse files Browse the repository at this point in the history
  • Loading branch information
felixncheng committed Sep 21, 2023
1 parent 3bc6c37 commit 46e9f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/fs/boot-fs-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies {
implementation("com.playtika.reactivefeign:feign-reactor-spring-cloud-starter")
implementation("org.springframework.boot:spring-boot-starter-data-mongodb-reactive")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("io.micrometer:micrometer-registry-influx")
implementation("com.google.guava:guava")
implementation("org.springframework.cloud:spring-cloud-starter-sleuth")
api(project(":common:common-stream"))
Expand Down

0 comments on commit 46e9f77

Please sign in to comment.