File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
model-server/src/main/kotlin/org/modelix/model/server/handlers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ apacheCxf="3.6.3"
34
34
node =" 18.17.1"
35
35
modelixBuildtools =" 1.5.0"
36
36
openapi = " 7.6.0"
37
- micrometer = " 1.12.6 "
37
+ micrometer = " 1.13.0 "
38
38
dokka = " 1.9.20"
39
39
detekt = " 1.23.6"
40
40
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ import io.micrometer.core.instrument.binder.system.FileDescriptorMetrics
33
33
import io.micrometer.core.instrument.binder.system.ProcessorMetrics
34
34
import io.micrometer.core.instrument.binder.system.UptimeMetrics
35
35
import io.micrometer.core.instrument.distribution.DistributionStatisticConfig
36
- import io.micrometer.prometheus .PrometheusConfig
37
- import io.micrometer.prometheus .PrometheusMeterRegistry
36
+ import io.micrometer.prometheusmetrics .PrometheusConfig
37
+ import io.micrometer.prometheusmetrics .PrometheusMeterRegistry
38
38
import org.modelix.api.operative.Paths
39
39
40
40
class MetricsHandler {
You can’t perform that action at this time.
0 commit comments