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

Support running Multi stacks #2172

Merged
merged 2 commits into from
Feb 11, 2024
Merged

Support running Multi stacks #2172

merged 2 commits into from
Feb 11, 2024

Conversation

amnonh
Copy link
Collaborator

@amnonh amnonh commented Feb 11, 2024

This series makes it easier to run multiple stacks side-by-side.

First, it allows setting Loki and Promtail-specific port numbers for those who wish to run them on both monitoring stacks.

It also adds a ---stack id command-line option for start-all.sh and kill-all.sh.
This will run a minimal secondary monitoring stack on different ports.
Fixes #2164

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>
@amnonh amnonh merged commit 20624bb into scylladb:master Feb 11, 2024
@amnonh amnonh deleted the multi_stack branch February 11, 2024 11:26
@avikivity
Copy link
Member

Great, thanks.

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

Successfully merging this pull request may close these issues.

Not possible to run two monitoring stacks side-by-side
2 participants