Skip to content

Commit

Permalink
Increase metricsInterval for distributable
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley committed Dec 1, 2020
1 parent 3ac2e10 commit 1aafb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-apm-config-loader/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const getDefaultConfig = (isDistributable: boolean): ApmAgentConfig => {
logUncaughtExceptions: true,
globalLabels: {},
centralConfig: false,
metricsInterval: '120s',
metricsInterval: isDistributable ? '120s' : '30s',

// Can be performance intensive, disabling by default
breakdownMetrics: isDistributable ? false : true,
Expand Down

0 comments on commit 1aafb07

Please sign in to comment.