Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
metrics -> telemetry

Co-authored-by: Kayla Reopelle <[email protected]>
  • Loading branch information
fallwith and kaylareopelle authored Jul 15, 2024
1 parent 4723381 commit 5e05495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Version <dev> introduces instrumentation for the LogStasher gem, improves instru

- **Feature: Produce metrics for 4 additional Action Controller Rails notifications**

Four additional Action Controller related Rails notifications are now subscribed to by the agent to produce metrics. These 4 are `exist_fragment?`, `expire_fragment`, `read_fragment`, and `write_fragment`. As with instrumentation for Action Controller itself, these notifications are enabled by default and can be disabled by setting `:disable_action_controller` to `true` in the agent's `newrelic.yml` configuration file. [PR#2745](https://github.com/newrelic/newrelic-ruby-agent/pull/2745)
Four additional Action Controller related Rails notifications are now subscribed to by the agent to produce telemetry. These 4 are `exist_fragment?`, `expire_fragment`, `read_fragment`, and `write_fragment`. As with instrumentation for Action Controller itself, these notifications are enabled by default and can be disabled by setting `:disable_action_controller` to `true` in the agent's `newrelic.yml` configuration file. [PR#2745](https://github.com/newrelic/newrelic-ruby-agent/pull/2745)


## v9.11.0
Expand Down

0 comments on commit 5e05495

Please sign in to comment.