Skip to content

service_download.active_storage

View Markdown

A Rails Active Storage download.

Source Active Storage Category Storage Fields 9 honeybadger-ruby

Fields

9
FieldTypeDescription
event_typestringAllowed value: service_download.active_storage.
keystringStorage key (blob identifier).
servicestringStorage service name, e.g. "disk", "s3".
checksumstringContent checksum.
durationnumberDuration in milliseconds.
instrumenter_idstringRails instrumenter UUID.
request_idstringRails request UUID, present on any event fired during a web request context. Merged globally by the Honeybadger agent.
hostnamestringServer hostname. Attached to every event by default (events.attach_hostname).
environmentstringApplication environment, e.g. "production". Attached to every event by default (events.attach_environment).

Example

{
"event_type": "service_download.active_storage",
"key": "xtapjjcjiudrlk3tdwirsnz4dawl",
"service": "S3",
"checksum": "9X2k1mFqLpZ3vR8sT4wYuA==",
"duration": 45.3,
"instrumenter_id": "d6a5b3f4c2e1908a7b6c",
"request_id": "0f5e4bb2-3c46-4b1c-91d5-2f4e8a6b9c01",
"hostname": "web-1.example.com",
"environment": "production"
}