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