—severity

Renders a severity distribution widget showing the breakdown of log levels (debug, info, warning, error, critical) across your filtered log set. Useful for quickly understanding the health of a service or time window.

Syntax

--severity

Usage

--severity
context.service:payments --severity
@last-24h --severity
level:error context.gateway:stripe --severity

Combine with any filter — the distribution reflects the current scope.

Notes

  • Available in the advanced filter bar
  • Executes on submit — fetches analytics data from the API
  • Respects all active filters when computing the distribution
  • No plan restrictions
// related

See also