mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 12:08:05 +01:00
Make reporting intervals configurable.
This commit is contained in:
committed by
Jon Chambers
parent
c545cff1b3
commit
735573e61b
@@ -293,6 +293,11 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
|
||||
public String apiKey() {
|
||||
return config.getDatadogConfiguration().getApiKey();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Duration step() {
|
||||
return config.getDatadogConfiguration().getStep();
|
||||
}
|
||||
}, Clock.SYSTEM);
|
||||
|
||||
datadogMeterRegistry.config().meterFilter(new MeterFilter() {
|
||||
|
||||
Reference in New Issue
Block a user