bundles/grafana: change logBase for nginx timing dashboard
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-01 16:34:17 +02:00
parent ba30015f7f
commit 686aa533e8
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -352,7 +352,7 @@ def dashboard_row_nginx(panel_id, node):
{
'format': 's',
'label': 'request time',
'logBase': 2,
'logBase': 1,
'max': None,
'min': 0,
'show': True,