more grafana

This commit is contained in:
mwiegand 2022-08-12 22:42:53 +02:00
parent 6fef63655c
commit 83149c197e
8 changed files with 16 additions and 16 deletions

View file

@ -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',
},

View file

@ -16,6 +16,7 @@
},
'min': 0,
'unit': 'bytes',
'tooltip': 'multi',
},
'root_inodes': {
'stacked': True,
@ -33,5 +34,6 @@
},
},
'min': 0,
'tooltip': 'multi',
},
}

View file

@ -16,6 +16,7 @@
},
},
'unit': 'decbytes',
'tooltip': 'multi',
},
'swp': {
'stacked': True,
@ -32,5 +33,6 @@
},
},
'unit': 'decbytes',
'tooltip': 'multi',
},
}

View file

@ -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',
},

View file

@ -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'

View file

@ -18,8 +18,7 @@
'displayMode': 'table',
'placement': 'right',
'calcs': [
'mean',
'max',
'last',
],
},
},
@ -42,8 +41,7 @@
'displayMode': 'table',
'placement': 'right',
'calcs': [
'mean',
'max',
'last',
],
},
},

View file

@ -19,8 +19,7 @@
'displayMode': 'table',
'placement': 'right',
'calcs': [
'mean',
'max',
'last',
],
},
},
@ -44,8 +43,7 @@
'displayMode': 'table',
'placement': 'right',
'calcs': [
'mean',
'max',
'last',
],
},
},

View file

@ -80,6 +80,6 @@
'negative': True,
},
},
'unit': 'bytes',
'unit': 'Bps',
},
}