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
Today, the available labels are cluster, container, endpoint, instance, job, namespace, pod, prometheus, runner_status, service and type. It would be great to add the datasource to the labels as it would enable easy monitoring of Druid's ingestion progression for a given customer.
Today, the available labels are cluster, container, endpoint, instance, job, namespace, pod, prometheus, runner_status, service and type. It would be great to add the datasource to the labels as it would enable easy monitoring of Druid's ingestion progression for a given customer.
It seems easily feasible:
SELECT type,runner_status,datasource,count(*) AS total FROM sys.tasks GROUP BY type,runner_status,datasource
The text was updated successfully, but these errors were encountered: