Skip to content

stats.autotuner

View Markdown

Periodic Ruby process memory and object metrics from Autotuner. Field names depend on the Autotuner version and enabled checks.

Source Autotuner Category Metrics Fields 4 honeybadger-ruby

Fields

4
FieldTypeDescription
event_typestringAllowed value: stats.autotuner.
request_idstringRails request UUID, present on any event fired during a web request context. Set by the Honeybadger agent when available.
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": "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"
}