STEAMPIPE_DIAGNOSTIC_LEVEL

Sets the diagnostic level. Supported levels are ALL, NONE. By default, the diagnostic level is NONE.

Usage

When enabled, diagnostics information will appear in the _ctx column for all tables:

The diagnostics information includes information about each Get, List, and Hydrate function that was called to fetch the row, including:

KeyDescription
typeThe type of function (list, get, or hydrate).
function_nameThe name of the function.
scope_valuesA map of scope names to values. This includes the built-in scopes as well as any matrix qualifier scopes and function tags.
rate_limitersA list of the rate limiters that are scoped to the function.
rate_limiter_delay_msThe amount of time (in milliseconds) that Steampipe waited before calling this function due to client-side (limiter) rate limiting.