Skip to content

Commit

Permalink
PR 1930 CHANGELOG updates
Browse files Browse the repository at this point in the history
Update PR 1930's CHANGELOG entry to use the correct "module prepending"
and "method chaining" verbiage. Also replace the potentially confusing
"per" with "for".
  • Loading branch information
fallwith committed Apr 21, 2023
1 parent 5084f2f commit bf3b5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## dev

- **Feature: The agent configuration will now reflect whether method prepending or chaining was used per instrumentation**
- **Feature: The agent configuration will now reflect whether module prepending or method chaining was used for instrumentation**

For `:'instrumentation.*'` configuration parameters that are set to :auto (the default), the agent will automatically determine whether to use method prepending or chaining. The agent will now update its in-memory configuration to give each relevant parameter a value of either :prepend or :chain so that the result of the determination can be introspected. This is intended to help 3rd party libraries that wish to further enhance the agent's instrumentation capabilities by prepending or chaining additional logic. Environment variable, YAML file, and server-side configuration based values are not impacted. [PR#1930](https://github.com/newrelic/newrelic-ruby-agent/pull/1930)
For `:'instrumentation.*'` configuration parameters that are set to :auto (the default), the agent will automatically determine whether to use module prepending or method chaining. The agent will now update its in-memory configuration to give each relevant parameter a value of either :prepend or :chain so that the result of the determination can be introspected. This is intended to help 3rd party libraries that wish to further enhance the agent's instrumentation capabilities by prepending or chaining additional logic. Environment variable, YAML file, and server-side configuration based values are not impacted. [PR#1930](https://github.com/newrelic/newrelic-ruby-agent/pull/1930)

- **Feature: Deprecate memcached and memcache-client instrumentation**

Expand Down

0 comments on commit bf3b5ee

Please sign in to comment.