File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,13 @@ class Boolean; end
3636 { event_type : "sql.active_record" , query : /^(begin|commit)( immediate)?( transaction)?$/i } ,
3737 { event_type : "sql.active_record" , query : /(solid_queue|good_job)/i } ,
3838 { event_type : "sql.active_record" , name : /^GoodJob/ } ,
39- { event_type : "process_action.action_controller" , controller : "Rails::HealthController" }
39+ { event_type : "process_action.action_controller" , controller : "Rails::HealthController" } ,
40+ { event_type : "cache_exist?.active_support" } ,
41+ { event_type : "cache_write.active_support" } ,
42+ { event_type : "cache_generate.active_support" } ,
43+ { event_type : "cache_delete.active_support" } ,
44+ { event_type : "cache_increment.active_support" } ,
45+ { event_type : "cache_decrement.active_support" }
4046 ] . freeze
4147
4248 DEVELOPMENT_ENVIRONMENTS = [ "development" , "test" , "cucumber" ] . map ( &:freeze ) . freeze
You can’t perform that action at this time.
0 commit comments