Add Proxmox VE plugin#90
Conversation
|
Warning Review limit reached
Next review available in: 27 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (6)
📝 WalkthroughWalkthroughAdds a Proxmox VE plugin with authenticated API configuration, indexed cluster resources, node/VM/container data streams, default dashboards, scopes, and setup documentation. ChangesProxmox VE integration
Sequence Diagram(s)sequenceDiagram
participant Configuration
participant ProxmoxAPI
participant ResourceIndexer
participant DataStreams
participant Dashboards
Configuration->>ProxmoxAPI: Authenticate with API token
ResourceIndexer->>ProxmoxAPI: GET /cluster/resources
ProxmoxAPI-->>ResourceIndexer: Return node, VM, and container resources
DataStreams->>ProxmoxAPI: Request status or historical metrics
ProxmoxAPI-->>DataStreams: Return mapped data
Dashboards->>DataStreams: Render scoped tables and charts
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 4
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@plugins/ProxmoxVE/v1/dataStreams/containerStatus.json`:
- Line 25: Update the vmid field’s displayName in the container status stream
from “VM ID” to “Container ID”, leaving the field name and shape unchanged.
In `@plugins/ProxmoxVE/v1/dataStreams/nodeMetrics.json`:
- Line 24: Update the `time` field definition in the `nodeMetrics`,
`containerMetrics`, and `vmMetrics` schemas from `shape: "date"` to `shape:
"timestamp"` so the Unix epoch RRDDATA value is parsed correctly.
In `@plugins/ProxmoxVE/v1/docs/README.md`:
- Around line 42-46: Add an “Ignore certificate errors” row to the configuration
fields table, documenting the `ignoreCertificateErrors` checkbox and its
behavior, required status, and security implications as appropriate. Update the
self-signed certificate note near the table to explicitly reference this option.
- Around line 13-16: Update the VM and Container perspective descriptions in the
README to mention network metrics alongside CPU, memory, and disk I/O metrics,
matching the metrics shown in their dashboards.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI (base), Organization UI (inherited)
Review profile: ASSERTIVE
Plan: Pro
Run ID: 14e1ebcd-ba82-430f-8327-0a816cf45a60
⛔ Files ignored due to path filters (1)
plugins/ProxmoxVE/v1/icon.svgis excluded by!**/*.svg
📒 Files selected for processing (22)
plugins/ProxmoxVE/v1/configValidation.jsonplugins/ProxmoxVE/v1/custom_types.jsonplugins/ProxmoxVE/v1/dataStreams/apiVersion.jsonplugins/ProxmoxVE/v1/dataStreams/clusterResources.jsonplugins/ProxmoxVE/v1/dataStreams/containerMetrics.jsonplugins/ProxmoxVE/v1/dataStreams/containerStatus.jsonplugins/ProxmoxVE/v1/dataStreams/nodeMetrics.jsonplugins/ProxmoxVE/v1/dataStreams/nodeStatus.jsonplugins/ProxmoxVE/v1/dataStreams/nodeUpdates.jsonplugins/ProxmoxVE/v1/dataStreams/scripts/clusterResources.jsplugins/ProxmoxVE/v1/dataStreams/vmMetrics.jsonplugins/ProxmoxVE/v1/dataStreams/vmStatus.jsonplugins/ProxmoxVE/v1/defaultContent/containerDashboard.dash.jsonplugins/ProxmoxVE/v1/defaultContent/manifest.jsonplugins/ProxmoxVE/v1/defaultContent/nodeDashboard.dash.jsonplugins/ProxmoxVE/v1/defaultContent/overviewDashboard.dash.jsonplugins/ProxmoxVE/v1/defaultContent/scopes.jsonplugins/ProxmoxVE/v1/defaultContent/vmDashboard.dash.jsonplugins/ProxmoxVE/v1/docs/README.mdplugins/ProxmoxVE/v1/indexDefinitions/default.jsonplugins/ProxmoxVE/v1/metadata.jsonplugins/ProxmoxVE/v1/ui.json
🧩 Plugin PR Summary📦 Modified Plugins
📋 Results
🔍 Validation Details✅
|
🔌 Plugin overview
🖼️ Plugin screenshots
Plugin configuration
Default dashboards
Overview:

Node:

Container:

🧪 Testing
squaredup validate— passes clean (9 data streams, custom types, config validation, and default content all present)📚 Checklist
Summary by CodeRabbit
New Features
Documentation