Skip to content

Commit

Permalink
Update Grafana board (RedHatInsights#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-duval authored Nov 8, 2023
1 parent 305e63a commit 0c31141
Showing 1 changed file with 42 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4737,6 +4737,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": {
"type": "prometheus",
"uid": "$datasource"
},
"fill": 1,
Expand Down Expand Up @@ -4775,19 +4776,28 @@ data:
"steppedLine": false,
"targets": [
{
"exemplar": true,
"expr": "sum(increase(rbac_get_users_total_seconds_max{service=\"notifications-engine-service\"}[5m]))",
"datasource": {
"type": "prometheus",
"uid": "$datasource"
},
"editorMode": "code",
"expr": "max by(pod) (rbac_get_users_total_seconds_max{service=\"notifications-engine-service\"})",
"hide": false,
"interval": "",
"legendFormat": "total",
"refId": "A"
"legendFormat": "total - {{pod}}",
"range": true,
"refId": "C"
},
{
"exemplar": true,
"expr": "sum(increase(rbac_get_users_page_seconds_count{service=\"notifications-engine-service\"}[5m]))",
"interval": "",
"legendFormat": "page",
"refId": "B"
"datasource": {
"type": "prometheus",
"uid": "$datasource"
},
"editorMode": "code",
"expr": "max by(pod) (rbac_get_users_page_seconds_max{service=\"notifications-engine-service\"})",
"hide": false,
"legendFormat": "page - {{pod}}",
"range": true,
"refId": "D"
}
],
"thresholds": [],
Expand Down Expand Up @@ -4828,6 +4838,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": {
"type": "prometheus",
"uid": "$datasource"
},
"fill": 1,
Expand Down Expand Up @@ -4866,11 +4877,16 @@ data:
"steppedLine": false,
"targets": [
{
"expr": "sum(increase(rbac_failures_total[5m]))",
"datasource": {
"type": "prometheus",
"uid": "$datasource"
},
"editorMode": "code",
"expr": "sum by (pod) (rbac_failures_total)",
"hide": false,
"interval": "",
"legendFormat": "failures",
"refId": "A"
"legendFormat": "{{label_name}}",
"range": true,
"refId": "B"
}
],
"thresholds": [],
Expand Down Expand Up @@ -5188,9 +5204,9 @@ data:
"uid": "$datasource"
},
"editorMode": "code",
"expr": "sum(increase(user_provider_get_users_total_seconds_max{service=\"notifications-recipients-resolver-service\"}[5m]))",
"expr": "max by(pod) (user_provider_get_users_total_seconds_max{service=\"notifications-recipients-resolver-service\"})",
"hide": false,
"legendFormat": "Total",
"legendFormat": "{{pod}}",
"range": true,
"refId": "C"
}
Expand Down Expand Up @@ -5282,39 +5298,38 @@ data:
{
"datasource": {
"type": "prometheus",
"uid": "PDD8BE47D10408F45"
"uid": "$datasource"
},
"editorMode": "code",
"expr": "sum(increase(rbac_failures_total{service=\"notifications-recipients-resolver-service\"}[5m]))",
"expr": "max by(pod) (it_failures_total{service=\"notifications-recipients-resolver-service\"})",
"hide": false,
"interval": "",
"legendFormat": "Rbac",
"legendFormat": "It - {{pod}}",
"range": true,
"refId": "A"
"refId": "B"
},
{
"datasource": {
"type": "prometheus",
"uid": "$datasource"
},
"editorMode": "code",
"expr": "sum(increase(it_failures_total{service=\"notifications-recipients-resolver-service\"}[5m]))",
"expr": "max by(pod) (mbop_failures_total{service=\"notifications-recipients-resolver-service\"})",
"hide": false,
"legendFormat": "It",
"legendFormat": "MBOP - {{pod}}",
"range": true,
"refId": "B"
"refId": "C"
},
{
"datasource": {
"type": "prometheus",
"uid": "$datasource"
},
"editorMode": "code",
"expr": "sum(increase(mbop_failures_total{service=\"notifications-recipients-resolver-service\"}[5m]))",
"expr": "max by(pod) (rbac_failures_total{service=\"notifications-recipients-resolver-service\"})",
"hide": false,
"legendFormat": "MBOP",
"legendFormat": "Rbac - {{pod}}",
"range": true,
"refId": "C"
"refId": "D"
}
],
"title": "Recipients resolver - external call failures",
Expand Down

0 comments on commit 0c31141

Please sign in to comment.