stats.autotuner
Periodic Ruby process memory and object metrics from Autotuner. Field names depend on the Autotuner version and enabled checks.
Fields
4| Field | Type | Description |
|---|---|---|
event_type | string | Allowed value: stats.autotuner. |
request_id | string | Rails request UUID, present on any event fired during a web request context. Set by the Honeybadger agent when available. |
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": "stats.autotuner", "request_time": 145.2, "gc_time": 12.4, "minor_gc_count": 3, "major_gc_count": 0, "heap_pages": 5460, "hostname": "web-1.example.com", "environment": "production"}