We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bee76 commit 24cd4e3Copy full SHA for 24cd4e3
stubbornjava-common/src/main/java/com/stubbornjava/common/Metrics.java
@@ -48,7 +48,7 @@ public class Metrics {
48
final GraphiteHttpSender graphite = new GraphiteHttpSender(client, graphiteHost, grafanaApiKey);
49
final GraphiteReporter reporter = GraphiteReporter.forRegistry(registry)
50
.prefixedWith(metricPrefix("stubbornjava"))
51
- .convertRatesTo(TimeUnit.SECONDS)
+ .convertRatesTo(TimeUnit.MINUTES)
52
.convertDurationsTo(TimeUnit.MILLISECONDS)
53
.filter(MetricFilter.ALL)
54
.build(graphite);
0 commit comments