Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Update Grafana dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
draychev authored and Jont828 committed Jul 30, 2020
1 parent cf7ab94 commit e53657d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/osm/grafana/dashboards/osm-service-to-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"steppedLine": false,
"targets": [
{
"expr": "envoy_cluster_upstream_rq_xx{envoy_response_code_class=\"2\",source_service=\"$source_service\",source_namespace=\"$source_namespace\",envoy_cluster_name=\"$destination_service\"}",
"expr": "irate(envoy_cluster_upstream_rq_xx{envoy_response_code_class=\"2\",source_service=\"$source_service\",source_namespace=\"$source_namespace\",envoy_cluster_name=\"$destination_service\"}[1m])",
"legendFormat": "Time",
"refId": "A"
}
Expand Down Expand Up @@ -248,7 +248,7 @@
"steppedLine": false,
"targets": [
{
"expr": "envoy_cluster_upstream_rq_xx{envoy_response_code_class!=\"2\",source_service=\"$source_service\",source_namespace=\"$source_namespace\",envoy_cluster_name=\"$destination_service\"}",
"expr": "irate(envoy_cluster_upstream_rq_xx{envoy_response_code_class!=\"2\",source_service=\"$source_service\",source_namespace=\"$source_namespace\",envoy_cluster_name=\"$destination_service\"}[1m])",
"interval": "",
"legendFormat": "Time",
"refId": "A"
Expand Down Expand Up @@ -1039,4 +1039,4 @@
"title": "OSM Service to Service Metrics",
"uid": "OSMs2sMetrics",
"version": 1
}
}

0 comments on commit e53657d

Please sign in to comment.