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

Commit

Permalink
fix(grafana): update grafana version in dashboards (#4337)
Browse files Browse the repository at this point in the history
Updates remaining Grafana version references from 7.0.1 to 8.2.2.

Signed-off-by: jaellio <[email protected]>
  • Loading branch information
jaellio authored Nov 4, 2021
1 parent 277ffc2 commit 78a9927
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
8 changes: 4 additions & 4 deletions charts/osm/grafana/dashboards/osm-control-plane.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "7.0.1"
"version": "8.2.2"
},
{
"type": "panel",
Expand Down Expand Up @@ -132,7 +132,7 @@
"dataLinks": []
},
"percentage": false,
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -239,7 +239,7 @@
"dataLinks": []
},
"percentage": false,
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -341,7 +341,7 @@
"options": {
"dataLinks": []
},
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"targets": [
{
"expr": "sum(envoy_cluster_upstream_cx_active{source_service=\"$source_service\",source_namespace=\"$source_namespace\",envoy_cluster_name=\"osm-controller\"})",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "7.0.1"
"version": "8.2.2"
},
{
"type": "panel",
Expand Down
18 changes: 9 additions & 9 deletions charts/osm/grafana/dashboards/osm-mesh-envoy-details.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"values": false
}
},
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"targets": [
{
"expr": "sum(osm_resource_namespace_count{source_pod_name=~\"$osm_controller_instance\"}) by (source_pod_name)",
Expand Down Expand Up @@ -217,7 +217,7 @@
"values": false
}
},
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"targets": [
{
"expr": "avg_over_time(osm_proxy_config_update_time_sum{resource_type=\"$xds_path\", source_pod_name=~\"$osm_controller_instance\"}[1y:1s])",
Expand Down Expand Up @@ -270,7 +270,7 @@
"values": false
}
},
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"targets": [
{
"expr": "max_over_time(osm_proxy_config_update_time_sum{resource_type=\"$xds_path\", source_pod_name=~\"$osm_controller_instance\"}[1y:1s])",
Expand Down Expand Up @@ -458,7 +458,7 @@
"dataLinks": []
},
"percentage": false,
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -585,7 +585,7 @@
"legend": {
"show": false
},
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"reverseYBuckets": false,
"targets": [
{
Expand Down Expand Up @@ -672,7 +672,7 @@
"legend": {
"show": false
},
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"reverseYBuckets": false,
"targets": [
{
Expand Down Expand Up @@ -759,7 +759,7 @@
"legend": {
"show": false
},
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"reverseYBuckets": false,
"targets": [
{
Expand Down Expand Up @@ -851,7 +851,7 @@
"dataLinks": []
},
"percentage": false,
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -967,7 +967,7 @@
"dataLinks": []
},
"percentage": false,
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down
8 changes: 4 additions & 4 deletions charts/osm/grafana/dashboards/osm-pod.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "7.0.1"
"version": "8.2.2"
},
{
"type": "panel",
Expand Down Expand Up @@ -132,7 +132,7 @@
"dataLinks": []
},
"percentage": false,
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -238,7 +238,7 @@
"dataLinks": []
},
"percentage": false,
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -436,7 +436,7 @@
"options": {
"dataLinks": []
},
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"targets": [
{
"expr": "envoy_cluster_upstream_cx_active{source_pod_name=\"$source_pod\",source_namespace=\"$source_namespace\",envoy_cluster_name!~\"osm-controller|envoy-metrics-cluster|envoy-tracing-cluster|passthrough-outbound\"}",
Expand Down
8 changes: 4 additions & 4 deletions charts/osm/grafana/dashboards/osm-service-to-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "7.0.1"
"version": "8.2.2"
},
{
"type": "panel",
Expand Down Expand Up @@ -132,7 +132,7 @@
"dataLinks": []
},
"percentage": false,
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -238,7 +238,7 @@
"dataLinks": []
},
"percentage": false,
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -340,7 +340,7 @@
"options": {
"dataLinks": []
},
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"targets": [
{
"expr": "sum(envoy_cluster_upstream_cx_active{source_service=\"$source_service\",source_namespace=\"$source_namespace\",envoy_cluster_name=\"$destination_service\"})",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "7.0.1"
"version": "8.2.2"
},
{
"type": "panel",
Expand Down
8 changes: 4 additions & 4 deletions charts/osm/grafana/dashboards/osm-workload.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "7.0.1"
"version": "8.2.2"
},
{
"type": "panel",
Expand Down Expand Up @@ -132,7 +132,7 @@
"dataLinks": []
},
"percentage": false,
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -238,7 +238,7 @@
"dataLinks": []
},
"percentage": false,
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -340,7 +340,7 @@
"options": {
"dataLinks": []
},
"pluginVersion": "7.0.1",
"pluginVersion": "8.2.2",
"targets": [
{
"expr": "envoy_cluster_upstream_cx_active{source_namespace=\"$source_namespace\",source_workload_kind=\"$source_workload_kind\",source_workload_name=\"$source_workload_name\",envoy_cluster_name!~\"osm-controller|envoy-metrics-cluster|envoy-tracing-cluster|passthrough-outbound\"}",
Expand Down

0 comments on commit 78a9927

Please sign in to comment.