mjshariati98 opened a new issue #10411: URL: https://github.com/apache/druid/issues/10411
### Affected Version 0.19.0 ### Description I used `statsD` for monitoring our druid cluster and I figured out that the `druid/query/count` metric (and also `query/success/count` and `query/failed/count`) shows a number very lower than the real query count. I created a test datasource and I recognized that the `druid/query/time/count` shows the correct number of queries but `druid/query/count` shows nothing (no changes). after hours of debugging, I understand that `druid/query/count` only counts the native queries and not count the SQL queries. When the version of our cluster was 0.16.0, we have no problem and the `druid/query/count` number was correct. After upgrade to 0.19.0, we have this problem. After upgrade, we remove the `defaultMetricDimensions.json` file from our configs but I don't think it can solve our problem. I want to know is it possible to is a bug in the last version of druid? or any idea to help. Thanks ---------------------------------------------------------------- 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]
