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:
Jamie Gaskins 2021-10-06 10:46:24 -04:00 committed by GitHub
parent 7ffb5aa0fd
commit 8e220dc97f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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