wip
This commit is contained in:
parent
ab0e8a8ff5
commit
9b3693dc04
2 changed files with 21 additions and 0 deletions
18
data/grafana/rows/health.py
Normal file
18
data/grafana/rows/health.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
'temperature': {
|
||||
'stacked': False,
|
||||
'queries': {
|
||||
'cpu_temperature': {
|
||||
'filters': {
|
||||
'_measurement': 'cpu_temperature',
|
||||
'_field': [
|
||||
'value',
|
||||
],
|
||||
},
|
||||
'function': 'mean',
|
||||
},
|
||||
},
|
||||
'unit': 'degrees',
|
||||
'display_name': '__field.labels.name'
|
||||
},
|
||||
}
|
|
@ -12,5 +12,8 @@
|
|||
},
|
||||
},
|
||||
},
|
||||
'grafana_rows': {
|
||||
'health',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue