bundles/grafana: change logBase for nginx timing dashboard
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
ba30015f7f
commit
686aa533e8
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ def dashboard_row_nginx(panel_id, node):
|
||||||
{
|
{
|
||||||
'format': 's',
|
'format': 's',
|
||||||
'label': 'request time',
|
'label': 'request time',
|
||||||
'logBase': 2,
|
'logBase': 1,
|
||||||
'max': None,
|
'max': None,
|
||||||
'min': 0,
|
'min': 0,
|
||||||
'show': True,
|
'show': True,
|
||||||
|
|
Loading…
Reference in a new issue