We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d16756 commit 8b29533Copy full SHA for 8b29533
agent/scripts/newrelic.ini.template
@@ -937,8 +937,8 @@ newrelic.daemon.logfile = "/var/log/newrelic/newrelic-daemon.log"
937
; anything if the upstream entity sampled the parent.
938
; The possible values are:
939
; - "default": Use New Relic's standard sampling rules.
940
-; - "always_on": Always sample spans whose upstream parent was not sampled.
941
-; - "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.
942
;
943
;newrelic.distributed_tracing.sampler.remote_parent_sampled = "default"
944
0 commit comments