stmt.current
The stmt.current
domain includes metrics about statements (queries) from Performance Schemna table events_statements_current
.
Currently, this domain reports only two derived metrics: slow
and slowest
.
These metrics are used to monitor slow queries that could signal a problem.
Metric Type | gauge |
Value Units | queries, [0, inf.) |
The number of queries running longer than slow-threshold
.
Metric Type | gauge |
Value Units | microseconds |
The duration of the oldest active query in microseconds.
Value Type | Duration string |
Default | 1.0s |
How long before an actively running query is counted as slow.
None.
None.
None.
See 29.1 Performance Schema Quick Start and related pages in the MySQL manual.
Blip Version | Change |
---|---|
v1.0.0 | Domain added |