Blip Docs
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

stmt.current

The stmt.current domain includes metrics about statements (queries) from Performance Schemna table events_statements_current.

Usage

Currently, this domain reports only two derived metrics: slow and slowest. These metrics are used to monitor slow queries that could signal a problem.

Derived Metrics

slow

Metric Typegauge
Value Unitsqueries, [0, inf.)

The number of queries running longer than slow-threshold.

slowest

Metric Typegauge
Value Unitsmicroseconds

The duration of the oldest active query in microseconds.

Options

slow-threshold

Value TypeDuration string
Default1.0s

How long before an actively running query is counted as slow.

Group Keys

None.

Meta

None.

Error Policies

None.

MySQL Config

See 29.1 Performance Schema Quick Start and related pages in the MySQL manual.

Changelog

Blip VersionChange
v1.0.0Domain added