From 89ca17a94ca372033cc2fa6f807bf4aa84c0d721 Mon Sep 17 00:00:00 2001 From: Zach Neumann Date: Mon, 8 Sep 2025 13:10:16 -0500 Subject: [PATCH] fix(scripts): typo --- agent/scripts/newrelic.ini.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/scripts/newrelic.ini.template b/agent/scripts/newrelic.ini.template index f5ffaae5e..eb81d86c8 100644 --- a/agent/scripts/newrelic.ini.template +++ b/agent/scripts/newrelic.ini.template @@ -937,8 +937,8 @@ newrelic.daemon.logfile = "/var/log/newrelic/newrelic-daemon.log" ; anything if the upstream entity sampled the parent. ; The possible values are: ; - "default": Use New Relic's standard sampling rules. -; - "always_on": Always sample spans whose upstream parent was not sampled. -; - "always_off": Always skip sampling spans whose upstream parent was not sampled. +; - "always_on": Always sample spans whose upstream parent was sampled. +; - "always_off": Always skip sampling spans whose upstream parent was sampled. ; ;newrelic.distributed_tracing.sampler.remote_parent_sampled = "default"