weisong44 commented on a change in pull request #1031: SAMZA-2191: Batch support for table APIs URL: https://github.com/apache/samza/pull/1031#discussion_r286206645
########## File path: docs/learn/documentation/versioned/api/table-api.md ########## @@ -245,6 +245,8 @@ The table below summarizes table metrics: | Metrics | Class | Description | |---------|-------|-------------| +|`batch-count`|`AsyncBatchingTable`|Count of batch operations| +|`batch-duration`|`AsyncBatchingTable`|Timer interval between opening and closing a batch| Review comment: Use batch-ns, note it's in nano-sec ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
