Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions agent/scripts/newrelic.ini.template
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Loading