File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ collect.info_schema.tables | 5.1 | Collect
30
30
collect.info_schema.tables.databases | 5.1 | The list of databases to collect table stats for, or '` * ` ' for all.
31
31
collect.info_schema.query_response_time | 5.1 | Collect query response time distribution if query_response_time_stats is ON.
32
32
collect.info_schema.processlist | 5.1 | Collect thread state counts from information_schema.processlist.
33
+ collect.info_schema.processlist.min_time | 5.1 | Minimum time a thread must be in each state to be counted
33
34
collect.perf_schema.eventsstatements | 5.6 | Collect metrics from performance_schema.events_statements_summary_by_digest.
34
35
collect.perf_schema.eventsstatements.limit | 5.6 | Limit the number of events statements digests by response time. (default: 250)
35
36
collect.perf_schema.eventsstatements.digest_text_limit | 5.6 | Maximum length of the normalized statement text. (default: 120)
You can’t perform that action at this time.
0 commit comments