-
Notifications
You must be signed in to change notification settings - Fork 143
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
Not possible to run two monitoring stacks side-by-side #2164
Comments
you can, to do that you need to specify the different ports, the ports numbers will be part of the names. Let me know tf that does not answer the question, if it does, please close |
Another idea, is to collect both clusters metrics to the same monitoring stack, but to two different "clusters" ot "DCs"
|
@avikivity can we close this? |
One needs to disable random other containers for this to work, because not all the code follow the naming convention. It really needs to be done in a better way. |
It is sometimes usefull to run a secondary stack on the same machine. This involved having different set of ports. To make this task easier, there is now an additional command line option for start-all.sh and kill-all.sh, the --stack id. id could be 1, 2, 3, or 4. This will run a minimize secondary stack on a secondary set of port numbers. Fixes scylladb#2164 Signed-off-by: Amnon Heiman <amnon@scylladb.com>
I have two runs I want to compare. But I can't start two stacks, because the container names are hardcoded everywhere. I can't even start one stack with the two runs, because one can import only one prometheus dump.
The text was updated successfully, but these errors were encountered: