bundles/grafana: only refresh managed dashboards every minute
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
After all, we're only getting data every minute, so there's no point in refreshing more often.
This commit is contained in:
parent
a2fa68f9e4
commit
c976be62d7
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ for rnode in repo.nodes:
|
|||
|
||||
'editable': False,
|
||||
'graphTooltip': 1,
|
||||
'refresh': '30s',
|
||||
'refresh': '1m',
|
||||
'schemaVersion': 12,
|
||||
'style': 'dark',
|
||||
'tags': {'bw'},
|
||||
|
|
Loading…
Reference in a new issue