We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PollInstance
ZapiPerf requires PollInstance because perf-object-get-instances (called by PollData) requires the list of instances you want to collect counters for.
perf-object-get-instances
RestPerf does not require that so we may be able to eliminate PollInstance.
The text was updated successfully, but these errors were encountered:
perf: RestPerf collectors should only run PollInstance for workloads
dcc5d66
Fixes: #2421
99ae8bf
5f82c34
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: