jon-wei commented on code in PR #12488:
URL: https://github.com/apache/druid/pull/12488#discussion_r875163392


##########
docs/operations/metrics.md:
##########
@@ -221,6 +221,41 @@ Note: If the JVM does not support CPU time measurement for 
the current thread, i
 |`worker/taskSlot/total/count`|Number of total task slots on the reporting 
worker per emission period. This metric is only available if the 
WorkerTaskCountStatsMonitor module is included.|category, version.|Varies.|
 |`worker/taskSlot/used/count`|Number of busy task slots on the reporting 
worker per emission period. This metric is only available if the 
WorkerTaskCountStatsMonitor module is included.|category, version.|Varies.|
 
+## Batch ingestion metrics (Native parallel task)

Review Comment:
   > In a similar vein, won't these metrics be useful for streaming ingestion 
as well - Why not make the metric name ingest/count and then the taskType 
dimension tells you whether or not it is streaming or batch?
   
   I had suggested a batch-specific name when discussing with Agustin since I 
think the semantics of the metric are batch specific, it's being emitted once 
per ingest spec posted, and I'm not sure what the equivalent for streaming 
would be. It's a metric indicating "number of times user did some action with a 
specific intent" vs. "detail of execution" (like a parallel subtask count for 
batch or number of streaming subtasks)



-- 
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]

Reply via email to