Check Result

Dataclass CheckResult represents the results of successful condition check.

  • level (CheckResultLevel) - read more about levels here

  • name (str) - name of matched condition, can be used to distinguish between multiple instances of the same condition type

  • description (str) - provides additional details about specific query part or specific reasons why query matched a condition

  • query (Query) - information about matched query

  • query_plan (QueryPlan) - information about matched query plan, available for queries in RUNNING status only

  • holding_lock (HoldingLock) - information about lock which holds query in BLOCKED status

  • holding_query (Query) - information about query causing lock

Last updated