Skip to content

Commit

Permalink
fixes to k6 monitoring dashboard times
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebarros committed Jul 24, 2023
1 parent 79b69e5 commit e02de47
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions docker/grafana/provisioning/dashboards/dashboard-k6-monitoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -1998,8 +1998,7 @@
"mode": "absolute",
"steps": [
{
"color": "blue",
"value": null
"color": "blue"
}
]
},
Expand Down Expand Up @@ -2765,8 +2764,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2961,8 +2959,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -3056,8 +3053,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -3375,8 +3371,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -3698,8 +3693,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
}
]
}
Expand Down Expand Up @@ -3990,7 +3984,7 @@
"type": "timeseries"
}
],
"refresh": false,
"refresh": "",
"schemaVersion": 38,
"style": "dark",
"tags": [
Expand Down Expand Up @@ -4138,13 +4132,13 @@
]
},
"time": {
"from": "2023-07-24T14:30:51.059Z",
"to": "2023-07-24T14:44:39.111Z"
"from": "now-5m",
"to": "now"
},
"timepicker": {},
"timezone": "",
"title": "Official k6 Test Result",
"uid": "01npcT44k",
"version": 7,
"version": 9,
"weekStart": ""
}
}

0 comments on commit e02de47

Please sign in to comment.