diff --git a/v3/newrelic/config_options.go b/v3/newrelic/config_options.go index b5a4c7813..dbcb666a3 100644 --- a/v3/newrelic/config_options.go +++ b/v3/newrelic/config_options.go @@ -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 {