suneet-s commented on code in PR #12488: URL: https://github.com/apache/druid/pull/12488#discussion_r870650751
########## 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: Why did we decide to have a separate metric name for each type vs a single metric name with the type being a dimension? `ingest/batch/count`, `ingest/batch/segments/count` and a dimension `type` (or even 2 dimensions for `isAppendToExisting` and `isDropExisting` - in this case, you don't need to deal with the error case described on line 243) ``` `true` | `true ` | Invalid combination, exception thrown. | ``` -- 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]
