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

[Benchmark] Add support to run benchmark against user provided cluster endpoint #4478

Closed
rishabh6788 opened this issue Feb 26, 2024 · 1 comment
Assignees
Labels
enhancement New Enhancement

Comments

@rishabh6788
Copy link
Collaborator

Is your feature request related to a problem? Please describe

As of now the nightly benchmark platform supports running end to end benchmark, meaning, the workflow creates the opensearch cluster as per user provided configuration, runs the benchmark using opensearch-benchmark tool and then deletes the cluster once the benchmark is finished.

There are cases when the user wants to preserve the cluster to post-analysis after the benchmark has run but the benchmark doesn't support preserving the cluster after the benchmark. This is also not scalable and will become difficult to manage as more and more users want to preserve the cluster, and managing access will be another pain.

Describe the solution you'd like

The solution that we are proposing is to allow users to just provide an endpoint to their own clusters and use the benchmark platform to run the benchmark against it.
This way the users can manage the life-cycle of their clusters and leverage benchmark platform to execute benchmarks and also be able to analyze benchmark metrics data using metrics datastore cluster.

Describe alternatives you've considered

No response

Additional context

No response

@Divyaasm
Copy link
Collaborator

Divyaasm commented Apr 8, 2024

Closing via #4579

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

No branches or pull requests

3 participants