Skip to content

Commit 1aafb07

Browse files
committed
Increase metricsInterval for distributable
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
1 parent 3ac2e10 commit 1aafb07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/kbn-apm-config-loader/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const getDefaultConfig = (isDistributable: boolean): ApmAgentConfig => {
4343
logUncaughtExceptions: true,
4444
globalLabels: {},
4545
centralConfig: false,
46-
metricsInterval: '120s',
46+
metricsInterval: isDistributable ? '120s' : '30s',
4747

4848
// Can be performance intensive, disabling by default
4949
breakdownMetrics: isDistributable ? false : true,

0 commit comments

Comments
 (0)