—slow

Filters logs where context.duration exceeds a threshold in milliseconds. Use it to surface slow requests, queries, or jobs without writing a manual context filter.

Syntax

--slow
--slow:<ms>

Examples

--slow
--slow:500
--slow:2000
context.service:payments --slow:1000
@last-1h --slow:300

--slow defaults to 1000ms. --slow:500 finds logs where context.duration > 500.

Notes

  • Requires logs to have a numeric context.duration field — logs without it are excluded
  • Combine with any other filter to narrow the scope
  • Scope: advanced filter bar