clintropolis commented on a change in pull request #8039: Include replicated 
segment size property for datasources endpoint
URL: https://github.com/apache/incubator-druid/pull/8039#discussion_r302234863
 
 

 ##########
 File path: docs/content/operations/api-reference.md
 ##########
 @@ -162,15 +162,15 @@ Returns a list of datasource names found in the cluster.
 
 * `/druid/coordinator/v1/datasources?simple`
 
-Returns a list of JSON objects containing the name and properties of 
datasources found in the cluster.  Properties include segment count, total 
segment byte size, minTime, and maxTime.
+Returns a list of JSON objects containing the name and properties of 
datasources found in the cluster.  Properties include segment count, total 
segment byte size, replicated total segment byte size, minTime and maxTime.
 
 * `/druid/coordinator/v1/datasources?full`
 
 Returns a list of datasource names found in the cluster with all metadata 
about those datasources.
 
 * `/druid/coordinator/v1/datasources/{dataSourceName}`
 
-Returns a JSON object containing the name and properties of a datasource. 
Properties include segment count, total segment byte size, minTime, and maxTime.
+Returns a JSON object containing the name and properties of a datasource. 
Properties include segment count, total segment byte size, replicated total 
segment byte size, minTime and maxTime.
 
 Review comment:
   same nit about comma

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to