Skip to content

Commit 9bbf0a4

Browse files
authored
Merge pull request #529 from conductor-oss/metrics_upgrade
Metrics Improvements
2 parents b8322a0 + bc22909 commit 9bbf0a4

File tree

17 files changed

+382
-564
lines changed

17 files changed

+382
-564
lines changed

core/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ apply plugin: 'groovy'
1414

1515
dependencies {
1616
implementation project(':conductor-common')
17+
implementation project(':conductor-metrics')
18+
1719
compileOnly 'org.springframework.boot:spring-boot-starter'
1820
compileOnly 'org.springframework.boot:spring-boot-starter-validation'
1921
compileOnly 'org.springframework.retry:spring-retry'
@@ -35,14 +37,15 @@ dependencies {
3537

3638
implementation "io.reactivex:rxjava:${revRxJava}"
3739

38-
implementation "com.netflix.spectator:spectator-api:${revSpectator}"
39-
4040
implementation "org.apache.bval:bval-jsr:${revBval}"
4141

4242
implementation "com.github.ben-manes.caffeine:caffeine"
4343

4444
implementation "org.openjdk.nashorn:nashorn-core:15.4"
4545

46+
implementation "io.micrometer:micrometer-core:${revMicrometer}"
47+
implementation "com.google.guava:guava:${revGuava}"
48+
4649
//gralVm dependencies for executing python
4750
implementation("org.graalvm.polyglot:polyglot:24.1.0")
4851
implementation("org.graalvm.polyglot:python:24.1.0")

0 commit comments

Comments
 (0)