]> git.proxmox.com Git - proxmox.git/commit
proxmox-rrd: implement new CBOR based format
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 13 Oct 2021 08:24:41 +0000 (10:24 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Oct 2021 11:36:02 +0000 (13:36 +0200)
commitbc68dee171759dffa27d1b08351bd3f7b8ab8eea
tree3ea3ebe4501cd8dadaeed4128ac7cefd02a99902
parent03555549056991c0808c746840bf7c0f198b02f9
proxmox-rrd: implement new CBOR based format

Storing much more data points now got get better graphs.

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxmox-rrd-api-types/src/lib.rs
proxmox-rrd/Cargo.toml
proxmox-rrd/src/cache.rs
proxmox-rrd/src/lib.rs
proxmox-rrd/src/rrd.rs
proxmox-rrd/src/rrd_v1.rs [new file with mode: 0644]