try changing grafana zfs from increase to delta

This commit is contained in:
Noah Masur 2024-08-19 00:04:43 +00:00
parent 5798406977
commit 642d3c183f
No known key found for this signature in database

View File

@ -669,7 +669,7 @@ in
}; };
editorMode = "code"; editorMode = "code";
exemplar = false; exemplar = false;
"expr" = ''increase(zfs_dataset_used_bytes{name="tank"}[1d])''; "expr" = ''delta(zfs_dataset_used_bytes{name="tank"}[1d])'';
hide = false; hide = false;
instant = false; instant = false;
interval = ""; interval = "";
@ -683,7 +683,7 @@ in
uid = promUid; uid = promUid;
}; };
editorMode = "code"; editorMode = "code";
"expr" = ''increase(zfs_dataset_used_bytes{name="tank"}[7d])''; "expr" = ''delta(zfs_dataset_used_bytes{name="tank"}[7d])'';
hide = false; hide = false;
legendFormat = "Past Week"; legendFormat = "Past Week";
range = true; range = true;
@ -695,7 +695,7 @@ in
uid = promUid; uid = promUid;
}; };
editorMode = "code"; editorMode = "code";
"expr" = ''increase(zfs_dataset_used_bytes{name="tank"}[30d])''; "expr" = ''delta(zfs_dataset_used_bytes{name="tank"}[30d])'';
hide = false; hide = false;
legendFormat = "Past Month"; legendFormat = "Past Month";
range = true; range = true;