gianm commented on issue #17769:
URL: https://github.com/apache/druid/issues/17769#issuecomment-2803950726

   > I don't know about it, could u show me an exmaple. But I agree that we can 
define a configuration to enable/disable the validation behaviour.
   
   In our deployment, we have custom implementations of `QueryMetrics`, 
`GroupByQueryMetrics`, etc, which recognize certain context parameters and 
include them as dimensions when emitting metrics. Users can use these context 
parameters to add tags that show up in the metrics. For example one of the 
context parameters could be `applicationName`, which allows users to set 
`"applicationName": "foo"` on their queries and then later on check the average 
query time for application `foo`.
   
   If extensions could add to the list of valid parameters, that would make it 
possible to have validation active and still do what I just described. 
(Although it should still be possible to disable validation anyway.)


-- 
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]

Reply via email to