bundles/grafana: fix y axis for disk iops graph
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
ae0bb8ed58
commit
1bc47fa231
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ def dashboard_row_disk_iops(panel_id, node):
|
|||
},
|
||||
'yaxes': [
|
||||
{
|
||||
'format': 'binBps',
|
||||
'format': 'short',
|
||||
'label': None,
|
||||
'logBase': 1,
|
||||
'max': None,
|
||||
|
|
Loading…
Reference in a new issue