get_slowlog_patterns
Retrieve analyzed slowlog patterns from persistent storage, grouping slow commands by normalized pattern with frequency, average duration, and example commands. Data extends beyond buffer rotation.
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 |