bundles/grafana: fix y axis for disk iops graph
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-05-02 12:07:49 +02:00
parent ae0bb8ed58
commit 1bc47fa231
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -200,7 +200,7 @@ def dashboard_row_disk_iops(panel_id, node):
},
'yaxes': [
{
'format': 'binBps',
'format': 'short',
'label': None,
'logBase': 1,
'max': None,