@@ -350,7 +350,7 @@ common: &default_settings
350350
351351 # This setting controls the behavior of transaction sampling when a remote
352352 # parent is sampled. Available values are adaptive (the default), always_on,
353- # always_off, and trace_id_ratio_based..
353+ # always_off, and trace_id_ratio_based.
354354 # distributed_tracing.sampler.remote_parent_sampled: adaptive
355355
356356 # This setting controls the behavior of transaction sampling for transactions
@@ -608,6 +608,10 @@ common: &default_settings
608608 # be one of auto, prepend, chain, disabled.
609609 # instrumentation.opensearch: auto
610610
611+ # Controls auto-instrumentation of the parallel library at start-up. May be one
612+ # of auto, prepend, chain, disabled.
613+ # instrumentation.parallel: auto
614+
611615 # Controls auto-instrumentation of Puma::Rack. When enabled, the agent hooks
612616 # into the to_app method in Puma::Rack::Builder to find gems to instrument
613617 # during application startup. May be one of: auto, prepend, chain, disabled.
@@ -694,7 +698,8 @@ common: &default_settings
694698 # Defines a name for the log file.
695699 # log_file_name: newrelic_agent.log
696700
697- # Defines a path to the agent log file, excluding the filename.
701+ # Defines a path to the agent log file, excluding the filename. If you want to
702+ # send your agent logs to standard out, set this to STDOUT.
698703 # log_file_path: log/
699704
700705 # Specifies a marshaller for transmitting data to the New Relic collector.
@@ -837,7 +842,7 @@ common: &default_settings
837842 # Specify a list of exceptions you do not want the agent to strip when
838843 # strip_exception_messages is true. Separate exceptions with a comma. For
839844 # example, "ImportantException,PreserveMessageException".
840- # strip_exception_messages.allowed_classes: ""
845+ # strip_exception_messages.allowed_classes: []
841846
842847 # If true, the agent strips messages from all exceptions except those in the
843848 # allowed classes list. Enabled automatically in high security mode.
0 commit comments