It's documented here - https://github.com/apache/druid/blob/master/docs/operations/api-reference.md#dynamic-configuration, not sure why the website is not updated. I think it's safe to use.
On Tue, Mar 23, 2021 at 2:48 PM Vararu, Vadim <vadim.var...@adswizz.com> wrote: > Hi all, > > I needed an endpoint to expose the “busyness” of the middle-managers in > order to decide if we submit more ingestions or not. I could not find any > endpoints in the documentation but found that the router’s UI uses > /druid/indexer/v1/workers which exposes all the workers with the total > capacity and used capacity. Exactly what I need. > > Having not found that endpoint in the documentation ( > https://druid.apache.org/docs/latest/operations/api-reference.html#router), > is it safe to use it or it’s meant only for internal usage? Any risk of its > modification/disappearing in the next versions? > > Thanks, Vadim Vararu >