From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 7B52F1FF136 for ; Mon, 04 May 2026 14:39:46 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 59FE12087C; Mon, 4 May 2026 14:39:46 +0200 (CEST) From: Lukas Wagner To: pdm-devel@lists.proxmox.com, Lukas Wagner In-Reply-To: <20260424113418.278367-1-l.wagner@proxmox.com> References: <20260424113418.278367-1-l.wagner@proxmox.com> Subject: applied: [PATCH datacenter-manager v5 0/6] metric collection for the PDM host Message-Id: <177789827043.280856.8228204572216289973.b4-ty@proxmox.com> Date: Mon, 04 May 2026 14:37:50 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1777898247447 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.221 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish POISEN_SPAM_PILL 0.1 Meta: its spam POISEN_SPAM_PILL_1 0.1 random spam to be learned in bayes POISEN_SPAM_PILL_3 0.1 random spam to be learned in bayes SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: FOV6UYDCPWIPLTEE66X2EE4PUMNQ76EK X-Message-ID-Hash: FOV6UYDCPWIPLTEE66X2EE4PUMNQ76EK X-MailFrom: l.wagner@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Fri, 24 Apr 2026 13:34:12 +0200, Lukas Wagner wrote: > 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 > > [...] Applied, after bumping the yew-comp dependency to 0.8.6 [1/6] metric collection: collect PDM host metrics in a new collection task commit: 46cda91853f9ddefd54fbef336d7fcdf4fbfa449 [2/6] api: fix /nodes/localhost/rrddata endpoint commit: 78121f2244501e3a541c79ac8886de2ec784c628 [3/6] pdm: node rrd data: rename 'total-time' to 'metric-collection-total-time' commit: 9766bae90be41b832e3f11cc4e1cf13328bb881b [4/6] pdm-api-types: add PDM host metric fields commit: 10807815534845fe51ad0ea9aa9a58226f7f231f [5/6] ui: node status: add RRD graphs for PDM host metrics commit: f91d2b527cd23f8394be5340cdfb9b5288fba43b [6/6] ui: lxc/qemu/node: use RRD value render helpers from yew-comp commit: 549a5c964eaea8e7953e20665cee4b5bdc9ef9eb Best regards, -- Lukas Wagner