diff --git a/charts/osm/grafana/dashboards/osm-mesh-envoy-details.json b/charts/osm/grafana/dashboards/osm-mesh-envoy-details.json index aeb4928a65..2087856def 100644 --- a/charts/osm/grafana/dashboards/osm-mesh-envoy-details.json +++ b/charts/osm/grafana/dashboards/osm-mesh-envoy-details.json @@ -101,7 +101,7 @@ "overrides": [] }, "gridPos": { - "h": 5, + "h": 8, "w": 9, "x": 0, "y": 1 @@ -230,112 +230,6 @@ } }, { - "datasource": "${DS_PROMETHEUS}", - "fieldConfig": { - "defaults": { - "custom": {}, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "orange", - "value": null - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 4.5, - "x": 0, - "y": 6 - }, - "id": 5, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "last" - ], - "values": false - } - }, - "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])", - "format": "time_series", - "instant": true, - "interval": "", - "legendFormat": "{{source_pod_name}}", - "refId": "A" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Avg Envoy Update Time (s)", - "type": "stat" - }, - { - "datasource": "${DS_PROMETHEUS}", - "fieldConfig": { - "defaults": { - "custom": {}, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "orange", - "value": null - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 4.5, - "x": 4.5, - "y": 6 - }, - "id": 10, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "center", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "last" - ], - "values": false - } - }, - "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])", - "format": "time_series", - "instant": true, - "interval": "", - "legendFormat": "{{source_pod_name}}", - "refId": "A" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Max Envoy Update Time (s)", - "type": "stat" - }, - { "collapsed": false, "datasource": null, "gridPos": {