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

Investigate if the RestPerf collector can eliminate PollInstance #2421

Closed
cgrinds opened this issue Oct 11, 2023 · 1 comment · Fixed by #3207
Closed

Investigate if the RestPerf collector can eliminate PollInstance #2421

cgrinds opened this issue Oct 11, 2023 · 1 comment · Fixed by #3207
Labels
24.11 feature New feature or request status/done

Comments

@cgrinds
Copy link
Collaborator

cgrinds commented Oct 11, 2023

ZapiPerf requires PollInstance because perf-object-get-instances (called by PollData) requires the list of instances you want to collect counters for.

RestPerf does not require that so we may be able to eliminate PollInstance.

@cgrinds
Copy link
Collaborator Author

cgrinds commented Nov 4, 2024

Verified in 24.11 ddb97c5

rg ' instance:' conf/restperf/
conf/restperf/9.12.0/workload_volume.yaml
13:  - instance: 10m

conf/restperf/9.12.0/workload_detail.yaml
12:  - instance: 10m

conf/restperf/9.12.0/workload_detail_volume.yaml
11:  - instance: 10m

conf/restperf/9.12.0/workload.yaml
11:  - instance: 10m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
24.11 feature New feature or request status/done
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants