capistrant opened a new issue #10577: URL: https://github.com/apache/druid/issues/10577
### Description Druid Metrics for queries should include the context dimension by default. It is added for many of them, but one notable omission is `query/cpu/time`. I think this metric is very useful to gain information about each metric. At my org we extract context information and add them as native dims to a metrics datasource in druid and it is very useful. ### Motivation Please provide the following for the desired feature or change: - It is super useful to be able to correlate query metrics with the context. Being able to know if caching is explicitly configured, or vectorization. or in the case of some people, if custom query context information is included too. It just makes sense to me to have this dimension by default for query metrics. ---------------------------------------------------------------- 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]
