]> git.proxmox.com Git - proxmox-backup.git/commit
metric collection: move rrd_cache to new metric_collection module
authorLukas Wagner <l.wagner@proxmox.com>
Tue, 15 Oct 2024 08:46:26 +0000 (10:46 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 15 Oct 2024 12:09:41 +0000 (14:09 +0200)
commit045fc7750c8dbd75ec61d7839c82669b8fa56b8f
treeed69a83fd55523bdadfeb252899489136cb1a533
parentb862c872e0488554f37ccd781c56742d5b409ea3
metric collection: move rrd_cache to new metric_collection module

No functional changes intended.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
src/api2/node/rrd.rs
src/api2/status.rs
src/lib.rs
src/rrd_cache.rs [deleted file]
src/server/metric_collection/mod.rs
src/server/metric_collection/rrd.rs [new file with mode: 0644]