Skip to content

Commit

Permalink
Increase custom_insights_events.max_samples_stored
Browse files Browse the repository at this point in the history
The previous default value was 1000. The new default is 3000.

This new number is based on  OATS results from multiple language agents
  • Loading branch information
kaylareopelle committed Oct 13, 2022
1 parent bfb7057 commit 5c240e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/agent/configuration/default_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,7 @@ def self.enforce_fallback(allowed_values: nil, fallback: nil)
:description => 'If `true`, the agent captures [custom events](/docs/insights/new-relic-insights/adding-querying-data/inserting-custom-events-new-relic-apm-agents).'
},
:'custom_insights_events.max_samples_stored' => {
:default => 1000,
:default => 3000,
:public => true,
:type => Integer,
:allowed_from_server => true,
Expand Down

0 comments on commit 5c240e0

Please sign in to comment.