bundles/grafana: add "free" to memory row
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
7d9ce7aed9
commit
b299edbef4
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ def dashboard_row_memory(panel_id, node):
|
||||||
'cached',
|
'cached',
|
||||||
'sreclaimable',
|
'sreclaimable',
|
||||||
'sunreclaim',
|
'sunreclaim',
|
||||||
|
'free',
|
||||||
]:
|
]:
|
||||||
queries_mem.append({
|
queries_mem.append({
|
||||||
'groupBy': [
|
'groupBy': [
|
||||||
|
|
Loading…
Reference in a new issue