Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to pass a list of clusters to scrape ? #77

Open
VRevol opened this issue Sep 2, 2021 · 2 comments
Open

Is there a way to pass a list of clusters to scrape ? #77

VRevol opened this issue Sep 2, 2021 · 2 comments

Comments

@VRevol
Copy link

VRevol commented Sep 2, 2021

Hello,
I am wondering if there is already a way to pass a list of clusters instead of only one.
It is possible with aws cli, not sure about the go sdk implementation.
aws ecs describe-clusters --clusters cluster1 cluster2

I tried a bit but no luck for now.

@nkov
Copy link

nkov commented May 23, 2022

Wondering the same thing

@VRevol
Copy link
Author

VRevol commented Jun 1, 2022

I ended up modifying the code to be able to pass list of cluster or a single one, or none and existing behaviour was preserved.
Should propose a PR with this change but if I remember well it introduce breaking change of the parameters (I think type at least)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants