-
Notifications
You must be signed in to change notification settings - Fork 100
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
Performance issue #58
Comments
There is only one code change between 1.1.2 and 1.2.0: PR #22 The change indeed has potential to slow down scraping on big clusters, since it loops over every guest and fetches the config for each of them which will result in many API calls. You could remove this line near the end of registry.register(ClusterNodeConfigCollector(pve)) Then check whether the problem goes away. The only purpose of this collector (as of now) is to extract the |
thank you. |
Ok, thanks for checking. So the best thing would be to make this configurable. |
Published version |
Hello,
since v 1.2+ version I see the performance drop with loading metrics page.
I have the proxmox cluster with multiple nodes and ~500 VMs.
The metrics page has near 7000 lines.
The 1.1.2 version of pve exporter - the metrics page loads for ~400ms
The 1.2 or v2.0.3 version - the metrics page loads for ~7s
The text was updated successfully, but these errors were encountered: