forked from Proxmox/proxmox
rrd: fixup examples with the renamed types
Some types were recently renamed but the examples not updated
accordingly.
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Fixes: 2f94283367
"rrd: spell out hard to understand abbreviations in public types"
This commit is contained in:
parent
05ff6b545a
commit
724c3dda6f
@ -121,7 +121,7 @@ pub fn update_rrd(path: String, time: Option<u64>, value: f64) -> Result<(), Err
|
||||
description: "The filename."
|
||||
},
|
||||
cf: {
|
||||
type: CF,
|
||||
type: AggregationFn,
|
||||
},
|
||||
resolution: {
|
||||
description: "Time resolution",
|
||||
@ -226,7 +226,7 @@ pub fn last_update(path: String) -> Result<(), Error> {
|
||||
input: {
|
||||
properties: {
|
||||
dst: {
|
||||
type: DST,
|
||||
type: DataSourceType,
|
||||
},
|
||||
path: {
|
||||
description: "The filename to create."
|
||||
|
Loading…
Reference in New Issue
Block a user