You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some configuration is supported through the default configuration file:
61
61
62
-
metrics.rateUnit - (default is SECONDS)
62
+
metrics.rateUnit - (default is SECONDS)
63
63
64
64
metrics.durationUnit (default is SECONDS)
65
65
66
66
metrics.showSamples [true/false] (default is false)
67
67
68
68
metrics.jvm - [true/false] (default is true) controls reporting jvm metrics
69
-
69
+
70
70
metrics.logback - [true/false] (default is true) controls reporing logback metrics
71
71
72
72
###MetricsFilter
@@ -139,8 +139,9 @@ instead of `com.kenshoo.play.metrics.PlayModule`
139
139
140
140
## Changes
141
141
142
+
* 2.7.0_0.8.0 - Upgrade to play 2.7.0 and Scala 2.12.8 and dropwizard 4.0.5
142
143
* 2.6.19_0.7.0 - Upgrade to play 2.6.19 and Scala 2.12.6 and dropwizard 4.0.3
143
-
* 2.6.2_0.6.1 - Upgrade to play 2.6 and Scala 2.12. Migration: If you get errors like "No configuration setting found ..." when building fat JARs, check your merge strategy for reference.conf.
144
+
* 2.6.2_0.6.1 - Upgrade to play 2.6 and Scala 2.12. Migration: If you get errors like "No configuration setting found ..." when building fat JARs, check your merge strategy for reference.conf.
144
145
* 2.4.0_0.4.0 - Re-implement as Play Module
145
146
* 2.4.0_0.3.0 - Upgrade to play 2.4, metrics 3.1.2
146
147
* 2.3.0_0.2.1 - Breaking Change! prefix jvm metric names to standardize with dropwizard
0 commit comments