cache_write_multi.active_support
A Rails multi-key cache write.
Fields
8| Field | Type | Description |
|---|---|---|
event_type | string | Allowed value: cache_write_multi.active_support. |
key | array<string> | Cache keys written. |
store | string | Cache store class name. |
duration | number | Duration in milliseconds. |
instrumenter_id | string | |
request_id | string | Rails request UUID, present on any event fired during a web request context. Merged globally by the Honeybadger agent. |
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
{ "event_type": "cache_write_multi.active_support", "key": [ "views/users/123", "views/users/124" ], "store": "ActiveSupport::Cache::RedisCacheStore", "duration": 1.12, "instrumenter_id": "d9f4a7b2c1e8d3f6a0b5", "request_id": "0f5e4bb2-3c46-4b1c-91d5-2f4e8a6b9c01", "hostname": "web-1.example.com", "environment": "production"}