File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11# New Relic Ruby Agent Release Notes
22
3- ## dev
3+ ## v9.24.0
44
55- ** Feature: Deprecation reminder for SqlSampler#notice_sql API**
66
Original file line number Diff line number Diff line change 66module NewRelic
77 module VERSION # :nodoc:
88 MAJOR = 9
9- MINOR = 23
9+ MINOR = 24
1010 TINY = 0
1111
1212 STRING = "#{ MAJOR } .#{ MINOR } .#{ TINY } "
Original file line number Diff line number Diff line change @@ -361,13 +361,12 @@ common: &default_settings
361361 # distributed_tracing.enabled: true
362362
363363 # This setting controls the behavior of transaction sampling when a remote
364- # parent is not sampled and the trace flag is not set in the traceparent.
365- # Available values are default, always_on, and always_off.
364+ # parent is not sampled. Available values are default, always_on, and
365+ # always_off.
366366 # distributed_tracing.sampler.remote_parent_not_sampled: default
367367
368368 # This setting controls the behavior of transaction sampling when a remote
369- # parent is sampled and the trace flag is set in the traceparent. Available
370- # values are default, always_on, and always_off.
369+ # parent is sampled. Available values are default, always_on, and always_off.
371370 # distributed_tracing.sampler.remote_parent_sampled: default
372371
373372 # If true, the agent captures the Elasticsearch cluster name in transaction
You can’t perform that action at this time.
0 commit comments