get_slowlog_patterns
Retrieve analyzed slowlog patterns from persisted storage, grouping commands by normalized pattern with frequency, average duration, and examples.
Instructions
Get analyzed slowlog patterns from persisted storage. Groups slow commands by normalized pattern, showing frequency, average duration, and example commands. Survives slowlog buffer rotation — data goes back as far as BetterDB has been running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to analyze | |
| instanceId | No | Optional instance ID override |