Handle multiple VPN links on Enterprise dashboard
Change-Id: I780024bee206ecd6979aca8e3ac1cd186a0da582
diff --git a/monitoring/grafana-aether/Chart.yaml b/monitoring/grafana-aether/Chart.yaml
index c9a0d07..199dd29 100644
--- a/monitoring/grafana-aether/Chart.yaml
+++ b/monitoring/grafana-aether/Chart.yaml
@@ -5,6 +5,6 @@
name: grafana-aether
description: A Helm chart for deploying Grafana with Aether dashboards
-version: 0.5.15
+version: 0.5.16
appVersion: 0.1.0
diff --git a/monitoring/grafana-aether/dashboards/enterprise-system.json b/monitoring/grafana-aether/dashboards/enterprise-system.json
index bf39dc1..e2cd4e3 100644
--- a/monitoring/grafana-aether/dashboards/enterprise-system.json
+++ b/monitoring/grafana-aether/dashboards/enterprise-system.json
@@ -498,7 +498,7 @@
]
},
"gridPos": {
- "h": 2,
+ "h": 3,
"w": 2,
"x": 22,
"y": 1
@@ -525,10 +525,10 @@
"metricQuery": {
"aliasBy": "{{`{{ metric.label.tunnel_name }}`}}",
"alignmentPeriod": "stackdriver-auto",
- "crossSeriesReducer": "REDUCE_NONE",
+ "crossSeriesReducer": "REDUCE_MAX",
"filters": [
"metric.label.tunnel_name",
- "=",
+ "=~",
"{{ .Values.enterpriseDashboard.tunnelName }}"
],
"groupBys": [],
@@ -14343,5 +14343,5 @@
"timezone": "browser",
"title": "{{ .Values.enterpriseDashboard.name }} Aether Connected Edge",
"uid": "rYdddlPWk",
- "version": 2
+ "version": 3
}
\ No newline at end of file