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}"
|
||||
)
|
||||
|> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)
|
||||
|> derivative(unit: 1s)
|
||||
|> yield(name: "in")""",
|
||||
|> yield(name: "cpu")""",
|
||||
'resultFormat': 'time_series',
|
||||
'select': [[
|
||||
{'type': 'field', 'params': ['value']},
|
||||
|
@ -173,8 +172,7 @@ def dashboard_row_sensors(panel_id, node):
|
|||
r["host"] == "{node.name}"
|
||||
)
|
||||
|> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)
|
||||
|> derivative(unit: 1s)
|
||||
|> yield(name: "in")""",
|
||||
|> yield(name: "fan")""",
|
||||
'resultFormat': 'time_series',
|
||||
'select': [[
|
||||
{'type': 'field', 'params': ['value']},
|
||||
|
|
Loading…
Reference in a new issue