From c1b813011c4301b8d3d82500c29b0d1bbff222e4 Mon Sep 17 00:00:00 2001 From: Robin Date: Sun, 10 Jan 2016 19:47:23 -0600 Subject: [PATCH] doc: add information about new serverview coordinator endpoint --- docs/content/design/coordinator.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/design/coordinator.md b/docs/content/design/coordinator.md index 80a1ea068b5..a95907fa670 100644 --- a/docs/content/design/coordinator.md +++ b/docs/content/design/coordinator.md @@ -155,6 +155,10 @@ Returns a map of segment intervals contained within the specified interval to a Returns a map of segment intervals contained within the specified interval to a map of segment metadata to a set of server names that contain the segment for an interval. +* `/druid/coordinator/v1/datasources/{dataSourceName}/intervals/{interval}/serverview` + +Returns a map of segment intervals contained within the specified interval to information about the servers that contain the segment for an interval. + * `/druid/coordinator/v1/datasources/{dataSourceName}/segments` Returns a list of all segments for a datasource in the cluster.