Skip to content

Commit

Permalink
Remove no more available :metrics3-statsd
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 21, 2024
1 parent 82842e1 commit 497cde1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 92 deletions.
3 changes: 1 addition & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ dependencies {
"io.dropwizard.metrics:metrics-servlets:$metricsVersion",
"io.dropwizard.metrics:metrics-jvm:$metricsVersion",
"io.dropwizard.metrics:metrics-jmx:$metricsVersion",
"io.dropwizard.metrics:metrics-logback:$metricsVersion",
'com.readytalk:metrics3-statsd:4.2.0'
"io.dropwizard.metrics:metrics-logback:$metricsVersion"
)
geotools(
"org.geotools:gt-epsg-hsql:$geotoolsVersion",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
<bean id="loggingMetricsConfigurator" class="org.mapfish.print.metrics.LoggingMetricsConfigurator" lazy-init="false"/>
<bean id="jvmMetricsConfigurator" class="org.mapfish.print.metrics.JvmMetricsConfigurator" lazy-init="false"/>
<bean id="jmxMetricsReporter" class="org.mapfish.print.metrics.JmxMetricsReporter" lazy-init="false"/>
<bean id="statsDReporterInit" class="org.mapfish.print.metrics.StatsDReporterInit" lazy-init="false"/>
<bean id="accounting" class="org.mapfish.print.servlet.job.Accounting" lazy-init="false"/>

<bean id="forkJoinPool" class="java.util.concurrent.ForkJoinPool" destroy-method="shutdownNow">
Expand Down

0 comments on commit 497cde1

Please sign in to comment.