Skip to content

Commit ebf5384

Browse files
bump version
1 parent ac2c2c2 commit ebf5384

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# New Relic Ruby Agent Release Notes
22

3-
## dev
3+
## v10.1.0
44

55
- **Feature: Add support for forking processes in Parallel gem instrumentation**
66

lib/new_relic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module NewRelic
77
module VERSION # :nodoc:
88
MAJOR = 10
9-
MINOR = 0
9+
MINOR = 1
1010
TINY = 0
1111

1212
STRING = "#{MAJOR}.#{MINOR}.#{TINY}"

newrelic.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)