bundles/grafana: only refresh managed dashboards every minute
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:
Franzi 2021-05-02 19:57:32 +02:00
parent a2fa68f9e4
commit c976be62d7
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -72,7 +72,7 @@ for rnode in repo.nodes:
'editable': False,
'graphTooltip': 1,
'refresh': '30s',
'refresh': '1m',
'schemaVersion': 12,
'style': 'dark',
'tags': {'bw'},