a2l007 opened a new issue #11652:
URL: https://github.com/apache/druid/issues/11652
QueryCountStatsMonitor provides the following query metrics
`query/count`
`query/success/count`
`query/failed/count`
`query/interrupted/count`
`query/timeout/count`
It looks like these metrics don't track the sql queries invoked against the
`druid/v2/sql` endpoint.
This could be because the Broker is tied to `BrokerQueryResource` as the
`QueryCountStatsProvider` implementation and even if `SqlResource` implements
`QueryCountStatsProvider`, it wouldn't work.
Unless the SqlResource was designed as such for some other reason, I'm
looking at merging the `SqlResource` into `QueryResource` so that
`druid/v2/sql` can take advantage of the query count stats monitoring within
`QueryResource`.
@jihoonson Any thoughts on this?
--
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]