diff --git a/data/grafana/rows/disk_io.py b/data/grafana/rows/disk_io.py index f1053ce..89ad5c3 100644 --- a/data/grafana/rows/disk_io.py +++ b/data/grafana/rows/disk_io.py @@ -15,7 +15,7 @@ 'function': 'derivative', }, }, - 'unit': 'decbytes', + 'unit': 'Bps', 'display_name': '__field.labels.name', 'tooltip': 'multi', }, @@ -35,7 +35,7 @@ 'function': 'derivative', }, }, - 'unit': 'decbytes', + 'unit': 'Bps', 'display_name': '__field.labels.name', 'tooltip': 'multi', }, diff --git a/data/grafana/rows/disk_usage.py b/data/grafana/rows/disk_usage.py index adb7b64..c172cb6 100644 --- a/data/grafana/rows/disk_usage.py +++ b/data/grafana/rows/disk_usage.py @@ -16,6 +16,7 @@ }, 'min': 0, 'unit': 'bytes', + 'tooltip': 'multi', }, 'root_inodes': { 'stacked': True, @@ -33,5 +34,6 @@ }, }, 'min': 0, + 'tooltip': 'multi', }, } diff --git a/data/grafana/rows/mem.py b/data/grafana/rows/mem.py index 1fcaf57..89ffb1f 100644 --- a/data/grafana/rows/mem.py +++ b/data/grafana/rows/mem.py @@ -16,6 +16,7 @@ }, }, 'unit': 'decbytes', + 'tooltip': 'multi', }, 'swp': { 'stacked': True, @@ -32,5 +33,6 @@ }, }, 'unit': 'decbytes', + 'tooltip': 'multi', }, } diff --git a/data/grafana/rows/net_io.py b/data/grafana/rows/net_io.py index aa6b47a..fcf0107 100644 --- a/data/grafana/rows/net_io.py +++ b/data/grafana/rows/net_io.py @@ -12,7 +12,7 @@ 'function': 'derivative', }, }, - 'unit': 'decbytes', + 'unit': 'Bps', 'display_name': '__field.labels.interface', 'tooltip': 'multi', }, @@ -29,7 +29,7 @@ 'function': 'derivative', }, }, - 'unit': 'decbytes', + 'unit': 'Bps', 'display_name': '__field.labels.interface', 'tooltip': 'multi', }, diff --git a/data/grafana/rows/postfix_queue.py b/data/grafana/rows/postfix_queue.py index 5f17dbe..2d1f9ef 100644 --- a/data/grafana/rows/postfix_queue.py +++ b/data/grafana/rows/postfix_queue.py @@ -9,7 +9,7 @@ 'length', ], }, - 'function': 'mean', + 'function': 'max', }, }, 'display_name': '__field.labels.queue' @@ -24,7 +24,7 @@ 'size', ], }, - 'function': 'mean', + 'function': 'max', }, }, 'display_name': '__field.labels.queue' @@ -39,7 +39,7 @@ 'age', ], }, - 'function': 'mean', + 'function': 'max', }, }, 'display_name': '__field.labels.queue' diff --git a/data/grafana/rows/proc_cpu_ram.py b/data/grafana/rows/proc_cpu_ram.py index 1447b10..f26b165 100644 --- a/data/grafana/rows/proc_cpu_ram.py +++ b/data/grafana/rows/proc_cpu_ram.py @@ -18,8 +18,7 @@ 'displayMode': 'table', 'placement': 'right', 'calcs': [ - 'mean', - 'max', + 'last', ], }, }, @@ -42,8 +41,7 @@ 'displayMode': 'table', 'placement': 'right', 'calcs': [ - 'mean', - 'max', + 'last', ], }, }, diff --git a/data/grafana/rows/proc_io.py b/data/grafana/rows/proc_io.py index 44c799d..0010866 100644 --- a/data/grafana/rows/proc_io.py +++ b/data/grafana/rows/proc_io.py @@ -19,8 +19,7 @@ 'displayMode': 'table', 'placement': 'right', 'calcs': [ - 'mean', - 'max', + 'last', ], }, }, @@ -44,8 +43,7 @@ 'displayMode': 'table', 'placement': 'right', 'calcs': [ - 'mean', - 'max', + 'last', ], }, }, diff --git a/data/grafana/rows/zfs_arc.py b/data/grafana/rows/zfs_arc.py index 2f598e6..2279db4 100644 --- a/data/grafana/rows/zfs_arc.py +++ b/data/grafana/rows/zfs_arc.py @@ -80,6 +80,6 @@ 'negative': True, }, }, - 'unit': 'bytes', + 'unit': 'Bps', }, }