abhishekrb19 commented on code in PR #19069:
URL: https://github.com/apache/druid/pull/19069#discussion_r2886450849
##########
web-console/src/druid-models/web-console-config/web-console-config.tsx:
##########
@@ -34,4 +35,16 @@ export const WEB_CONSOLE_CONFIG_FIELDS:
Field<WebConsoleConfig>[] = [
</>
),
},
+ {
+ name: 'consoleSystemQueryBrokerService',
+ type: 'string',
+ placeholder: 'druid/broker',
+ info: (
+ <>
+ Sets brokerService in the query context for console system queries
+ (e.g.,"druid/broker-all-tiers"). Useful when configuring
+ druid.broker.segment.watchedTiers. Does not affect user-initiated
queries.
Review Comment:
```suggestion
Sets brokerService in the query context for console system queries
(e.g.,"druid/broker-all-tiers"). Useful when configuring
druid.broker.segment.watchedTiers if the default Broker server
doesn't have visibility into some historical tiers. Does not affect
user-initiated queries.
```
--
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]