pressure stall grafana
This commit is contained in:
parent
e05d987036
commit
d8de90fa5d
2 changed files with 84 additions and 0 deletions
|
@ -80,6 +80,7 @@ defaults = {
|
|||
'proc_cpu',
|
||||
'proc_ram',
|
||||
'proc_io',
|
||||
'pressure_stall',
|
||||
},
|
||||
'sudoers': {
|
||||
'telegraf': {'/usr/local/share/telegraf/procio'},
|
||||
|
|
83
data/grafana/rows/pressure_stall.py
Normal file
83
data/grafana/rows/pressure_stall.py
Normal file
|
@ -0,0 +1,83 @@
|
|||
{
|
||||
'avg10 some': {
|
||||
'queries': {
|
||||
'io': {
|
||||
'filters': {
|
||||
'_measurement': 'pressure_stall',
|
||||
'ressource': [
|
||||
'io',
|
||||
],
|
||||
'type': [
|
||||
'some',
|
||||
],
|
||||
'_field': [
|
||||
'avg10',
|
||||
],
|
||||
},
|
||||
},
|
||||
'memory': {
|
||||
'filters': {
|
||||
'_measurement': 'pressure_stall',
|
||||
'ressource': [
|
||||
'memory',
|
||||
],
|
||||
'type': [
|
||||
'some',
|
||||
],
|
||||
'_field': [
|
||||
'avg10',
|
||||
],
|
||||
},
|
||||
},
|
||||
'cpu': {
|
||||
'filters': {
|
||||
'_measurement': 'pressure_stall',
|
||||
'ressource': [
|
||||
'cpu',
|
||||
],
|
||||
'type': [
|
||||
'some',
|
||||
],
|
||||
'_field': [
|
||||
'avg10',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
'display_name': '__field.labels.ressource',
|
||||
'unit': 'percent',
|
||||
},
|
||||
'avg10 full': {
|
||||
'queries': {
|
||||
'io': {
|
||||
'filters': {
|
||||
'_measurement': 'pressure_stall',
|
||||
'ressource': [
|
||||
'io',
|
||||
],
|
||||
'type': [
|
||||
'full',
|
||||
],
|
||||
'_field': [
|
||||
'avg10',
|
||||
],
|
||||
},
|
||||
},
|
||||
'memory': {
|
||||
'filters': {
|
||||
'_measurement': 'pressure_stall',
|
||||
'ressource': [
|
||||
'memory',
|
||||
],
|
||||
'type': [
|
||||
'full',
|
||||
],
|
||||
'_field': [
|
||||
'avg10',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
'display_name': '__field.labels.ressource',
|
||||
'unit': 'percent',
|
||||
},}
|
Loading…
Reference in a new issue