Skip to content

report.autotuner

View Markdown

A tuning recommendation from the Autotuner gem.

Source Autotuner Category Metrics Fields 5 honeybadger-ruby

Fields

5
FieldTypeDescription
event_typestringAllowed value: report.autotuner.
reportstringHuman-readable tuning recommendation text.
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": "report.autotuner",
"report": "The following suggestions reduce the number of major GC collections during requests.\nSuggested tuning values:\n RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR=1.2 (default: 2.0)",
"request_id": "0f5e4bb2-3c46-4b1c-91d5-2f4e8a6b9c01",
"hostname": "web-1.example.com",
"environment": "production"
}