Skip to content

Commit

Permalink
reference Active Support notifications docs
Browse files Browse the repository at this point in the history
reference the Active Support specific event names lists for caching and
messages in the documentation for the relevant configuration parameter
  • Loading branch information
fallwith committed May 1, 2024
1 parent 05c677c commit 6a92c5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/new_relic/agent/configuration/default_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,11 @@ def self.enforce_fallback(allowed_values: nil, fallback: nil)
on caching. Any event name not included in this list will be ignored by the agent. Provide complete event
names such as 'cache_fetch_hit.active_support'. Do not provide asterisks or regex patterns, and do not
escape any characters with backslashes.
For a complete list of all possible Active Support event names, see the
[list of caching names](https://guides.rubyonrails.org/active_support_instrumentation.html#active-support-—-caching)
and the [list of messages names](https://guides.rubyonrails.org/active_support_instrumentation.html#active-support-—-messages)
from the official Rails documentation.
ACTIVE_SUPPORT_EVENTS
},
:'instrumentation.active_support_broadcast_logger' => {
Expand Down

0 comments on commit 6a92c5d

Please sign in to comment.