Skip to content

Commit

Permalink
Update config_options.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed Jun 29, 2022
1 parent a3a6c6f commit f5580d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/newrelic/config_options.go
Expand Up @@ -36,7 +36,7 @@ func ConfigDistributedTracerEnabled(enabled bool) ConfigOption {
return func(cfg *Config) { cfg.DistributedTracer.Enabled = enabled }
}

// ConfigCustomInsightsEventsMaxSamplesLimit alters the sample size allowing control
// ConfigCustomInsightsEventsMaxSamplesStored alters the sample size allowing control
// of how many custom events are stored in an agent for a given harvest cycle.
// Alters the CustomInsightsEvents.MaxSamplesStored setting.
func ConfigCustomInsightsEventsMaxSamplesStored(limit int) ConfigOption {
Expand Down

0 comments on commit f5580d0

Please sign in to comment.