reset_query_stats
Clear MySQL query statistics by truncating performance_schema digest accumulators to reset performance counters for fresh monitoring. Supports dry-run preview.
Instructions
[WRITE][risk=medium] Reset statement-digest accumulators (irreversible).
Truncates performance_schema.events_statements_summary_by_digest; the counters cannot be restored, so no undo is recorded. Pass dry_run=True to preview.
Args: dry_run: If True, preview without resetting. target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No |