Skip to content

Commit

Permalink
Add failed ops
Browse files Browse the repository at this point in the history
So that we are aware when things are going wrong...
Failed line is set to be bold and red to make it more obvious
  • Loading branch information
mulbc committed Jun 17, 2020
1 parent 4fd038c commit 9fe2c1a
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions k8s/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ data:
"editable": true,
"gnetId": null,
"graphTooltip": 1,
"iteration": 1592245931516,
"iteration": 1592382373850,
"links": [
{
"asDropdown": true,
Expand Down Expand Up @@ -371,6 +371,12 @@ data:
"$$hashKey": "object:1927",
"alias": "/SUM/",
"yaxis": 2
},
{
"$$hashKey": "object:116",
"alias": "/FAILED/",
"color": "#C4162A",
"linewidth": 3
}
],
"spaceLength": 10,
Expand All @@ -389,6 +395,12 @@ data:
"interval": "",
"legendFormat": "SUM {{testName}}",
"refId": "B"
},
{
"expr": "sum by (method,testName) (irate(gosbench_failed_ops[2s]))",
"interval": "",
"legendFormat": "FAILED {{ testName }} {{ method }}",
"refId": "C"
}
],
"thresholds": [],
Expand Down Expand Up @@ -430,7 +442,7 @@ data:
}
],
"yaxis": {
"align": false,
"align": true,
"alignLevel": null
}
},
Expand Down Expand Up @@ -1993,7 +2005,7 @@ data:
}
}
],
"refresh": false,
"refresh": "5s",
"schemaVersion": 25,
"style": "dark",
"tags": [
Expand Down Expand Up @@ -2079,8 +2091,8 @@ data:
]
},
"time": {
"from": "2020-06-15T18:58:39.079Z",
"to": "2020-06-15T19:00:05.381Z"
"from": "now-15m",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
Expand Down

0 comments on commit 9fe2c1a

Please sign in to comment.