mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-21 15:04:22 +01:00
show metric information once every ten minutes only
This commit is contained in:
@@ -24,6 +24,6 @@ public class MetricsConfiguration extends MetricsConfigurerAdapter {
|
||||
.convertRatesTo(TimeUnit.SECONDS)
|
||||
.convertDurationsTo(TimeUnit.MILLISECONDS)
|
||||
.build();
|
||||
registerReporter(reporter).start(1, TimeUnit.MINUTES);
|
||||
registerReporter(reporter).start(10, TimeUnit.MINUTES);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user