-
-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add cluster info api end point (#699)
* feat: add endpoint on Query Server to fetch the cluster info on hitting {url}/api/v1/cluster/info it would return a json response with the information on the cluster Return JSON looks like ``` [ { domain_name: "<domain_name>:<port>", reachable: bool, error: string error message, status: string }, . . . ] * feat: add auth for /cluster/info endpoint 1. Add Action ListCluster 2. Authorize /cluster/info for ListCluster * fix: get_objects fetch the proper files When in S3 Mode, get_objects was fetching all the files that contained the pattern "ingester".
- Loading branch information
1 parent
b663831
commit a39b9f7
Showing
5 changed files
with
99 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters