---
title: render_collection.action_view
description: A Rails view render. This shape is shared by template, partial, and collection render events. A typical request has one template render and several partial renders.
url: https://docs.honeybadger.io/insights/event-types/ruby/render_collection.action_view/
---

A Rails view render. This shape is shared by template, partial, and collection render events. A typical request has one template render and several partial renders.

Source **Action View** Category **View** Fields **8** [honeybadger-ruby](https://docs.honeybadger.io/lib/ruby/)

## Fields

| Field             | Type           | Description                                                                                                  |
| ----------------- | -------------- | ------------------------------------------------------------------------------------------------------------ |
| `event_type`      | string         | Allowed value: `render_collection.action_view`.                                                              |
| `view`            | string         | Path of the template file, e.g. "\[PROJECT\_ROOT]/app/views/users/show\.html.erb".                           |
| `layout`          | string \| null | Layout the template was rendered into, e.g. "application". Null when the render skipped layouts.             |
| `duration`        | number         | Render duration in milliseconds.                                                                             |
| `request_id`      | string         | Rails request UUID. Shared by all events from the same HTTP request.                                         |
| `instrumenter_id` | string         | Unique identifier for the ActiveSupport::Notifications instrumentation request, assigned by Rails.           |
| `hostname`        | string         | Server hostname. Attached to every event by default (events.attach\_hostname).                               |
| `environment`     | string         | Application environment, e.g. "production". Attached to every event by default (events.attach\_environment). |

## Example

```json
{
  "event_type": "render_collection.action_view",
  "view": "[PROJECT_ROOT]/app/views/comments/_comment.html.erb",
  "layout": null,
  "duration": 6.4,
  "request_id": "0f5e4bb2-3c46-4b1c-91d5-2f4e8a6b9c01",
  "instrumenter_id": "d6a5b3f4c2e1908a7b6c",
  "hostname": "web-1.example.com",
  "environment": "production"
}
```

---

## Try Honeybadger for FREE

Intelligent logging, error tracking, and Just Enough APM™ in one dev-friendly platform. Find and fix problems before users notice.

[Start free trial](https://app.honeybadger.io/users/sign_up)

[See plans and pricing](https://www.honeybadger.io/plans/)
