You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 isolated as such for a specific reason, I'd like to check the feasibility of merging SqlResource into QueryResource so that druid/v2/sql can take advantage of the query count stats monitoring within QueryResource.
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 theQueryCountStatsProvider
implementation and even ifSqlResource
implementsQueryCountStatsProvider
, it wouldn't work. Unless theSqlResource
was isolated as such for a specific reason, I'd like to check the feasibility of mergingSqlResource
intoQueryResource
so thatdruid/v2/sql
can take advantage of the query count stats monitoring withinQueryResource
.@jihoonson Any thoughts on this?
The text was updated successfully, but these errors were encountered: