Merge pull request #1739 from jberry-suse/metrics-grafana-openqa-interval
metrics/grafana/openqa: set minimum interval of 10s to avoid gaps.
This commit is contained in:
commit
649529aac9
@ -62,6 +62,7 @@
|
||||
"y": 0
|
||||
},
|
||||
"id": 2,
|
||||
"interval": "10s",
|
||||
"legend": {
|
||||
"avg": false,
|
||||
"current": false,
|
||||
@ -253,6 +254,7 @@
|
||||
"y": 0
|
||||
},
|
||||
"id": 6,
|
||||
"interval": "10s",
|
||||
"legend": {
|
||||
"alignAsTable": false,
|
||||
"avg": false,
|
||||
@ -379,6 +381,7 @@
|
||||
"y": 9
|
||||
},
|
||||
"id": 4,
|
||||
"interval": "10s",
|
||||
"legend": {
|
||||
"avg": false,
|
||||
"current": false,
|
||||
@ -502,6 +505,7 @@
|
||||
"y": 9
|
||||
},
|
||||
"id": 8,
|
||||
"interval": "10s",
|
||||
"legend": {
|
||||
"avg": false,
|
||||
"current": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user