gianm opened a new pull request, #18886: URL: https://github.com/apache/druid/pull/18886
This patch adds query reports, and a mapping from SQL query ID to Dart query ID, to DartControllerRegistry. It is made available through a new getQueryReport method on SqlEngine, and through a new `/druid/v2/sql/queries/<sqlQueryId>/report` endpoint on SqlResource. The format of the response is a JSON object with two keys, "query" and "report". The "query" key is the same info that is available from the existing `/druid/v2/sql/queries` endpoint. The "report" key is an MSQ query report. New Broker configurations control retention of reports: - `druid.msq.dart.controller.maxRetainedReportCount` (default `0`, meaning no reports are retained) - `druid.msq.dart.controller.maxRetainedReportDuration` (default `PT0S`, meaning time-based expiration is disabled) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
