kfaraz commented on code in PR #19090: URL: https://github.com/apache/druid/pull/19090#discussion_r2888485559
########## docs/api-reference/supervisor-api.md: ########## @@ -1363,6 +1363,19 @@ Host: http://ROUTER_IP:ROUTER_PORT Returns a snapshot of the current ingestion row counters for each task being managed by the supervisor, along with moving averages for the row counters. See [Row stats](../ingestion/tasks.md#row-stats) for more information. +#### Response schema + +The response is structured as: + +```text +Map<String taskGroupId, Map<String taskId, RowStatsPayload>> Review Comment: This syntax seems Java-like. It would be better to add a more JSON-like structure, with maybe an example. -- 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]
