File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
platform-service-framework Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,14 @@ dependencies {
1515 api(" io.micrometer:micrometer-core:1.5.3" )
1616 api(" javax.servlet:javax.servlet-api:3.1.0" )
1717
18- implementation(" io.micrometer:micrometer-registry-prometheus:1.5.3" )
18+ implementation(" io.micrometer:micrometer-registry-prometheus:1.7.5" )
19+
1920 implementation(" io.github.mweirauch:micrometer-jvm-extras:0.2.0" )
2021 implementation(" org.slf4j:slf4j-api:1.7.30" )
2122 implementation(" io.dropwizard.metrics:metrics-jvm:4.1.16" )
22- implementation(" io.prometheus:simpleclient_dropwizard:0.6 .0" )
23- implementation(" io.prometheus:simpleclient_servlet:0.6 .0" )
24- implementation(" io.prometheus:simpleclient_pushgateway:0.9 .0" )
23+ implementation(" io.prometheus:simpleclient_dropwizard:0.12 .0" )
24+ implementation(" io.prometheus:simpleclient_servlet:0.12 .0" )
25+ implementation(" io.prometheus:simpleclient_pushgateway:0.12 .0" )
2526 implementation(" org.eclipse.jetty:jetty-servlet:9.4.42.v20210604" )
2627 implementation (" com.google.guava:guava:30.1.1-jre" )
2728
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121 implementation(" org.eclipse.jetty:jetty-servlet:9.4.42.v20210604" )
2222
2323 // Use for metrics servlet
24- implementation(" io.prometheus:simpleclient_servlet:0.6 .0" )
24+ implementation(" io.prometheus:simpleclient_servlet:0.12 .0" )
2525
2626 // http client
2727 implementation(" org.apache.httpcomponents:httpclient:4.5.13" )
You can’t perform that action at this time.
0 commit comments