Skip to content

Commit 8b29533

Browse files
authored
fix(scripts): typo (#1119)
1 parent 5d16756 commit 8b29533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent/scripts/newrelic.ini.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -937,8 +937,8 @@ newrelic.daemon.logfile = "/var/log/newrelic/newrelic-daemon.log"
937937
; anything if the upstream entity sampled the parent.
938938
; The possible values are:
939939
; - "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.
940+
; - "always_on": Always sample spans whose upstream parent was sampled.
941+
; - "always_off": Always skip sampling spans whose upstream parent was sampled.
942942
;
943943
;newrelic.distributed_tracing.sampler.remote_parent_sampled = "default"
944944

0 commit comments

Comments
 (0)