提交 4582d576 编写于 作者: Y yui-knk

[ci skip] Add `render_collection.action_view` entry to AS instrumentation

上级 1de3041e
......@@ -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
------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册