Skip to content

Commit e048f23

Browse files
committed
Add new flag to README
Add flag collect.info_schema.processlist.min_time to the README
1 parent f77dda7 commit e048f23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ collect.info_schema.tables | 5.1 | Collect
3030
collect.info_schema.tables.databases | 5.1 | The list of databases to collect table stats for, or '`*`' for all.
3131
collect.info_schema.query_response_time | 5.1 | Collect query response time distribution if query_response_time_stats is ON.
3232
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
3334
collect.perf_schema.eventsstatements | 5.6 | Collect metrics from performance_schema.events_statements_summary_by_digest.
3435
collect.perf_schema.eventsstatements.limit | 5.6 | Limit the number of events statements digests by response time. (default: 250)
3536
collect.perf_schema.eventsstatements.digest_text_limit | 5.6 | Maximum length of the normalized statement text. (default: 120)

0 commit comments

Comments
 (0)