e0c9 opened a new pull request #5948: URL: https://github.com/apache/incubator-doris/pull/5948
## Proposed changes Sometimes we only need to care about big queries, so we can filter out queries that we don’t need to care about by setting a time threshold. Usage: ``` set is_report_success = true; set report_query_time_threshold = 100; -------- set global report_query_array_size = 150; ``` ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_ - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation Update (if none of the other choices apply) - [ ] Code refactor (Modify the code structure, format the code, etc...) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
