all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Lukas Wagner <l.wagner@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [PATCH datacenter-manager v5 0/6] metric collection for the PDM host
Date: Fri, 24 Apr 2026 13:34:12 +0200	[thread overview]
Message-ID: <20260424113418.278367-1-l.wagner@proxmox.com> (raw)

This series add metric collection physical PDM hosts.

The proxmox-datacenter-manager patches add the needed collection loop, API
types and UI elements.

NOTE: This needs a yet-to-be-released bumped yew-comp

Changes since v4:
  - rebased
  - drop already applied patches

Changes since v3:
  - moved RRD value render helpers to yew-comp (thx Shannon!)
  - included Michael's T-b/R-b trailers! (thx!)

Changes since v2:
  - rebased
  - adapted PDM part to changes in proxmox-disks (minor, only renaming)
  - drop already applied patches for 'proxmox'
  - drop patches for 'proxmox-backup' - these need to be adapted for the refactoring of
    proxmox-disks and are pretty much independent of this series here, so they will be posted
    separately

Changes since v1:
  - rebased
  - fixed failing unit test
  - fixed mistake in Cargo.toml
  - dropped patch for proxmox-sys, Fabian fixed the issue
    using another approach


proxmox-datacenter-manager:

Lukas Wagner (6):
  metric collection: collect PDM host metrics in a new collection task
  api: fix /nodes/localhost/rrddata endpoint
  pdm: node rrd data: rename 'total-time' to
    'metric-collection-total-time'
  pdm-api-types: add PDM host metric fields
  ui: node status: add RRD graphs for PDM host metrics
  ui: lxc/qemu/node: use RRD value render helpers from yew-comp

 Cargo.toml                                    |   2 +
 debian/control                                |   2 +
 lib/pdm-api-types/src/rrddata.rs              |  74 ++++-
 lib/pdm-client/src/lib.rs                     |   2 +-
 server/Cargo.toml                             |   2 +
 server/src/api/nodes/mod.rs                   |   2 +-
 server/src/api/nodes/rrddata.rs               |  73 +++-
 .../local_collection_task.rs                  | 199 +++++++++++
 server/src/metric_collection/mod.rs           |  21 +-
 server/src/metric_collection/rrd_task.rs      | 185 +++++++++++
 ui/src/administration/node_status.rs          | 312 +++++++++++++++++-
 ui/src/pbs/node/overview.rs                   |  28 +-
 ui/src/pve/lxc/overview.rs                    |  34 +-
 ui/src/pve/node/overview.rs                   |  28 +-
 ui/src/pve/qemu/overview.rs                   |  34 +-
 15 files changed, 874 insertions(+), 124 deletions(-)
 create mode 100644 server/src/metric_collection/local_collection_task.rs


Summary over all repositories:
  15 files changed, 874 insertions(+), 124 deletions(-)

-- 
Generated by murpp 0.12.0




             reply	other threads:[~2026-04-24 11:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-24 11:34 Lukas Wagner [this message]
2026-04-24 11:34 ` [PATCH datacenter-manager v5 1/6] metric collection: collect PDM host metrics in a new collection task Lukas Wagner
2026-04-24 11:34 ` [PATCH datacenter-manager v5 2/6] api: fix /nodes/localhost/rrddata endpoint Lukas Wagner
2026-04-24 11:34 ` [PATCH datacenter-manager v5 3/6] pdm: node rrd data: rename 'total-time' to 'metric-collection-total-time' Lukas Wagner
2026-04-24 11:34 ` [PATCH datacenter-manager v5 4/6] pdm-api-types: add PDM host metric fields Lukas Wagner
2026-04-24 11:34 ` [PATCH datacenter-manager v5 5/6] ui: node status: add RRD graphs for PDM host metrics Lukas Wagner
2026-04-24 11:34 ` [PATCH datacenter-manager v5 6/6] ui: lxc/qemu/node: use RRD value render helpers from yew-comp Lukas Wagner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260424113418.278367-1-l.wagner@proxmox.com \
    --to=l.wagner@proxmox.com \
    --cc=pdm-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal