bundles/grafana: remove derivative from temperature and fan graphs
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
8568298a4e
commit
97cbef06a2
1 changed files with 2 additions and 4 deletions
|
@ -65,8 +65,7 @@ def dashboard_row_sensors(panel_id, node):
|
||||||
r["host"] == "{node.name}"
|
r["host"] == "{node.name}"
|
||||||
)
|
)
|
||||||
|> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)
|
|> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)
|
||||||
|> derivative(unit: 1s)
|
|> yield(name: "cpu")""",
|
||||||
|> yield(name: "in")""",
|
|
||||||
'resultFormat': 'time_series',
|
'resultFormat': 'time_series',
|
||||||
'select': [[
|
'select': [[
|
||||||
{'type': 'field', 'params': ['value']},
|
{'type': 'field', 'params': ['value']},
|
||||||
|
@ -173,8 +172,7 @@ def dashboard_row_sensors(panel_id, node):
|
||||||
r["host"] == "{node.name}"
|
r["host"] == "{node.name}"
|
||||||
)
|
)
|
||||||
|> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)
|
|> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)
|
||||||
|> derivative(unit: 1s)
|
|> yield(name: "fan")""",
|
||||||
|> yield(name: "in")""",
|
|
||||||
'resultFormat': 'time_series',
|
'resultFormat': 'time_series',
|
||||||
'select': [[
|
'select': [[
|
||||||
{'type': 'field', 'params': ['value']},
|
{'type': 'field', 'params': ['value']},
|
||||||
|
|
Loading…
Reference in a new issue