Skip to content

Commit

Permalink
fix dashboard typos
Browse files Browse the repository at this point in the history
Signed-off-by: haorenfsa <[email protected]>
  • Loading branch information
haorenfsa committed Oct 10, 2024
1 parent 9565863 commit ae49b4f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/gateway-addons-helm/dashboards/envoy-clusters.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"uid": "$datasource"
},
"editorMode": "builder",
"expr": "SUM(envoy_server_memory_allocated{})",
"expr": "sum(envoy_server_memory_allocated{})",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "",
Expand Down Expand Up @@ -339,7 +339,7 @@
"uid": "$datasource"
},
"editorMode": "code",
"expr": "SUM(envoy_server_memory_heap_size)",
"expr": "sum(envoy_server_memory_heap_size)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@
"uid": "${datasource}"
},
"editorMode": "builder",
"expr": "sum by(namespace) (rate(envoy_cluster_upstream_cx_rx_bytes_total{namespace=~\"$Namespace\"}[5m]))",
"expr": "sum by(namespace) (rate(envoy_cluster_upstream_cx_tx_bytes_total{namespace=~\"$Namespace\"}[5m]))",
"instant": false,
"legendFormat": "{{namespace}}",
"range": true,
Expand Down
4 changes: 2 additions & 2 deletions test/helm/gateway-addons-helm/default.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ data:
"uid": "$datasource"
},
"editorMode": "builder",
"expr": "SUM(envoy_server_memory_allocated{})",
"expr": "sum(envoy_server_memory_allocated{})",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "",
Expand Down Expand Up @@ -1021,7 +1021,7 @@ data:
"uid": "$datasource"
},
"editorMode": "code",
"expr": "SUM(envoy_server_memory_heap_size)",
"expr": "sum(envoy_server_memory_heap_size)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "",
Expand Down
4 changes: 2 additions & 2 deletions test/helm/gateway-addons-helm/e2e.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ data:
"uid": "$datasource"
},
"editorMode": "builder",
"expr": "SUM(envoy_server_memory_allocated{})",
"expr": "sum(envoy_server_memory_allocated{})",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "",
Expand Down Expand Up @@ -1053,7 +1053,7 @@ data:
"uid": "$datasource"
},
"editorMode": "code",
"expr": "SUM(envoy_server_memory_heap_size)",
"expr": "sum(envoy_server_memory_heap_size)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "",
Expand Down

0 comments on commit ae49b4f

Please sign in to comment.