From 4723381e52001fbb9f1b57b94554e283d782b914 Mon Sep 17 00:00:00 2001 From: fallwith Date: Mon, 15 Jul 2024 15:29:28 -0700 Subject: [PATCH 1/2] CHANGELOG: entry for PR 2745 PR 2745 (4 additional Action Controller notifications) changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9746451a0a..cf29c33d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ Version introduces instrumentation for the LogStasher gem, improves instru Previously, the agent would attempt to get the cluster name every time a call was made if it was not already captured. This could lead to a large number of failures if the cluster name could not be retrieved. Now, the agent will only attempt to get the cluster name once per client, even if it fails. Thank you, [@ascoppa](https://github.com/ascoppa) for bringing this to our attention. [Issue#2730](https://github.com/newrelic/newrelic-ruby-agent/issues/2730) [PR#2743](https://github.com/newrelic/newrelic-ruby-agent/pull/2743) +- **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) + ## v9.11.0 From 5e05495c4b2ec314c973d789040b4310e177bfdb Mon Sep 17 00:00:00 2001 From: James Bunch Date: Mon, 15 Jul 2024 15:41:38 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md metrics -> telemetry Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf29c33d98..ee5489d1ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Version 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