Package org.apache.druid.server.metrics
Interface IndexerTaskCountStatsProvider
public interface IndexerTaskCountStatsProvider
Provides task count metrics for the indexers
These metrics are reported by indexers
-
Method Summary
Modifier and TypeMethodDescriptionMap from datasource name to the number of assigned tasks to the Indexer.Map from datasource name to the number of completed tasks by the Indexer.Map from datasource name to the number of running tasks on the Indexer.
-
Method Details
-
getWorkerRunningTasks
Map from datasource name to the number of running tasks on the Indexer. -
getWorkerAssignedTasks
Map from datasource name to the number of assigned tasks to the Indexer. -
getWorkerCompletedTasks
Map from datasource name to the number of completed tasks by the Indexer. -
getWorkerFailedTasks
-
getWorkerSuccessfulTasks
-