Merge pull request #26993 from yui-knk/render_collection.action_view

[ci skip] Add `render_collection.action_view` entry to AS instrumenta…
This commit is contained in:
Kasper Timm Hansen 2016-11-08 18:45:02 +01:00 committed by GitHub
commit 398570d218

@ -226,6 +226,22 @@ Action View
} }
``` ```
### render_collection.action_view
| Key | Value |
| ------------- | ----------------------------------- |
| `:identifier` | Full path to template |
| `:count` | Size of collection |
| `:cache_hits` | Count of cached partials (optional) |
```ruby
{
identifier: "/Users/adam/projects/notifications/app/views/posts/_post.html.erb",
count: 3,
cache_hits: 0
}
```
Active Record Active Record
------------ ------------