Purpose
The information_schema.QUERY_RESPONSE_TIME view displays the data types of RESPONSE TIME histograms for Prometheus to monitor.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| RESPONSE_TIME | bigint(14) | NO | The response time. |
| COUNT | bigint(14) | NO | The number of requests within the response time. |
| TOTAL | bigint(14) | NO | The total response time of requests. |