Skip to content

Commit

Permalink
Update camel metrics name (RedHatInsights#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-duval authored Sep 20, 2023
1 parent 9612668 commit 2bfb6cb
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3190,7 +3190,7 @@ data:
},
"editorMode": "code",
"exemplar": false,
"expr": "sum(increase(CamelExchangesSucceeded_total{service=\"notifications-connector-google-chat-service\", routeId=\"google_chat\"}[5m]))",
"expr": "sum(increase(camel_exchanges_succeeded_total{service=\"notifications-connector-google-chat-service\", routeId=\"google_chat\"}[5m]))",
"instant": false,
"legendFormat": "Success",
"range": true,
Expand All @@ -3202,7 +3202,7 @@ data:
"uid": "$datasource"
},
"editorMode": "code",
"expr": "sum(increase(CamelExchangesFailuresHandled_total{service=\"notifications-connector-google-chat-service\", routeId=\"google_chat\"}[5m]))",
"expr": "sum(increase(camel_exchanges_failures_handled_total{service=\"notifications-connector-google-chat-service\", routeId=\"google_chat\"}[5m]))",
"hide": false,
"interval": "",
"legendFormat": "Failure",
Expand Down Expand Up @@ -3356,7 +3356,7 @@ data:
},
"editorMode": "code",
"exemplar": false,
"expr": "sum(increase(CamelExchangesSucceeded_total{service=\"notifications-connector-microsoft-teams-service\", routeId=\"teams\"}[5m]))",
"expr": "sum(increase(camel_exchanges_succeeded_total{service=\"notifications-connector-microsoft-teams-service\", routeId=\"teams\"}[5m]))",
"instant": false,
"legendFormat": "Success",
"range": true,
Expand All @@ -3368,7 +3368,7 @@ data:
"uid": "$datasource"
},
"editorMode": "code",
"expr": "sum(increase(CamelExchangesFailuresHandled_total{service=\"notifications-connector-microsoft-teams-service\", routeId=\"teams\"}[5m]))",
"expr": "sum(increase(camel_exchanges_failures_handled_total{service=\"notifications-connector-microsoft-teams-service\", routeId=\"teams\"}[5m]))",
"hide": false,
"interval": "",
"legendFormat": "Failure",
Expand Down Expand Up @@ -3521,7 +3521,7 @@ data:
},
"editorMode": "code",
"exemplar": false,
"expr": "sum(increase(CamelExchangesSucceeded_total{service=\"notifications-connector-servicenow-service\", routeId=\"servicenow\"}[5m]))",
"expr": "sum(increase(camel_exchanges_succeeded_total{service=\"notifications-connector-servicenow-service\", routeId=\"servicenow\"}[5m]))",
"instant": false,
"legendFormat": "Success",
"range": true,
Expand All @@ -3533,7 +3533,7 @@ data:
"uid": "$datasource"
},
"editorMode": "code",
"expr": "sum(increase(CamelExchangesFailuresHandled_total{service=\"notifications-connector-servicenow-service\", routeId=\"servicenow\"}[5m]))",
"expr": "sum(increase(camel_exchanges_failures_handled_total{service=\"notifications-connector-servicenow-service\", routeId=\"servicenow\"}[5m]))",
"hide": false,
"interval": "",
"legendFormat": "Failure",
Expand Down Expand Up @@ -3687,7 +3687,7 @@ data:
},
"editorMode": "code",
"exemplar": false,
"expr": "sum(increase(CamelExchangesSucceeded_total{service=\"notifications-connector-slack-service\", routeId=\"slack\"}[5m]))",
"expr": "sum(increase(camel_exchanges_succeeded_total{service=\"notifications-connector-slack-service\", routeId=\"slack\"}[5m]))",
"instant": false,
"legendFormat": "Success",
"range": true,
Expand All @@ -3699,7 +3699,7 @@ data:
"uid": "$datasource"
},
"editorMode": "code",
"expr": "sum(increase(CamelExchangesFailuresHandled_total{service=\"notifications-connector-slack-service\", routeId=\"slack\"}[5m]))",
"expr": "sum(increase(camel_exchanges_failures_handled_total{service=\"notifications-connector-slack-service\", routeId=\"slack\"}[5m]))",
"hide": false,
"interval": "",
"legendFormat": "Failure",
Expand Down Expand Up @@ -3852,7 +3852,7 @@ data:
},
"editorMode": "code",
"exemplar": false,
"expr": "sum(increase(CamelExchangesSucceeded_total{service=\"notifications-connector-splunk-service\", routeId=\"splunk\"}[5m]))",
"expr": "sum(increase(camel_exchanges_succeeded_total{service=\"notifications-connector-splunk-service\", routeId=\"splunk\"}[5m]))",
"instant": false,
"legendFormat": "Success",
"range": true,
Expand All @@ -3864,7 +3864,7 @@ data:
"uid": "$datasource"
},
"editorMode": "code",
"expr": "sum(increase(CamelExchangesFailuresHandled_total{service=\"notifications-connector-splunk-service\", routeId=\"splunk\"}[5m]))",
"expr": "sum(increase(camel_exchanges_failures_handled_total{service=\"notifications-connector-splunk-service\", routeId=\"splunk\"}[5m]))",
"hide": false,
"interval": "",
"legendFormat": "Failure",
Expand Down Expand Up @@ -4183,7 +4183,7 @@ data:
},
"editorMode": "code",
"exemplar": false,
"expr": "sum(increase(CamelExchangesSucceeded_total{service=\"notifications-connector-webhook-service\", routeId=\"webhook\"}[5m]))",
"expr": "sum(increase(camel_exchanges_succeeded_total{service=\"notifications-connector-webhook-service\", routeId=\"webhook\"}[5m]))",
"instant": false,
"legendFormat": "Success",
"range": true,
Expand All @@ -4195,7 +4195,7 @@ data:
"uid": "$datasource"
},
"editorMode": "code",
"expr": "sum(increase(CamelExchangesFailuresHandled_total{service=\"notifications-connector-webhook-service\", routeId=\"webhook\"}[5m]))",
"expr": "sum(increase(camel_exchanges_failures_handled_total{service=\"notifications-connector-webhook-service\", routeId=\"webhook\"}[5m]))",
"hide": false,
"interval": "",
"legendFormat": "Failure",
Expand Down Expand Up @@ -6012,7 +6012,7 @@ data:
"timezone": "",
"title": "Notifications Dashboard",
"uid": "KQIVyFuMk",
"version": 2,
"version": 1,
"weekStart": ""
}
kind: ConfigMap
Expand Down

0 comments on commit 2bfb6cb

Please sign in to comment.