Skip to content

Commit

Permalink
Remove avg and max envoy update time metrics from grafana dashboard
Browse files Browse the repository at this point in the history
and resolves openservicemesh#3987

Signed-off-by: Shalier Xia <[email protected]>
  • Loading branch information
shalier committed Nov 11, 2021
1 parent 7297153 commit 8e72beb
Showing 1 changed file with 1 addition and 107 deletions.
108 changes: 1 addition & 107 deletions charts/osm/grafana/dashboards/osm-mesh-envoy-details.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"overrides": []
},
"gridPos": {
"h": 5,
"h": 8,
"w": 9,
"x": 0,
"y": 1
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 8e72beb

Please sign in to comment.