Add Rails cache instrumentation to Honeycomb (#14880)
It looks like Honeycomb uses ActiveSupport notifications to instrument applications, based on the names of the `notification_events`. I pulled this event name from the Rails guides: https://guides.rubyonrails.org/active_support_instrumentation.html#active-support
This commit is contained in:
parent
7ffb5aa0fd
commit
8e220dc97f
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ else
|
|||
|
||||
# Honeycomb automatic Rails integration
|
||||
notification_events = %w[
|
||||
cache_read.active_support
|
||||
sql.active_record
|
||||
render_template.action_view
|
||||
render_partial.action_view
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue