Update overlord api docs (#10539)

This commit is contained in:
Atul Mohan 2020-10-29 11:19:12 -05:00 committed by GitHub
parent 4de4d4d111
commit 65a42f9eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -694,6 +694,10 @@ Retrieves current overlord dynamic configuration.
Retrieves history of changes to overlord dynamic configuration. Accepts `interval` and `count` query string parameters
to filter by interval and limit the number of results respectively.
* `/druid/indexer/v1/workers`
Retrieves a list of all the worker nodes in the cluster along with its metadata.
* `/druid/indexer/v1/scaling`
Retrieves overlord scaling events if auto-scaling runners are in use.