From f5580d0b7711e75fab213a9dd242358bc27cc73a Mon Sep 17 00:00:00 2001 From: Mirac Kara <55501260+mirackara@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:49:46 -0500 Subject: [PATCH] Update config_options.go --- v3/newrelic/config_options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {