mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 09:28:03 +01:00
Add configuration for Datadog batch size
This commit is contained in:
@@ -297,6 +297,11 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
|
||||
return config.getDatadogConfiguration().getStep();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int batchSize() {
|
||||
return config.getDatadogConfiguration().getBatchSize();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String hostTag() {
|
||||
return "host";
|
||||
|
||||
Reference in New Issue
Block a user