using aggregation for UE Dashboard

Change-Id: I0b4842a16cec6b34d42389d36b19f351a4bdad01
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index 7ca8799..20f529e 100644
--- a/aether-roc-umbrella/Chart.yaml
+++ b/aether-roc-umbrella/Chart.yaml
@@ -7,7 +7,7 @@
 description: Aether ROC Umbrella chart to deploy all Aether ROC
 kubeVersion: ">=1.18.0"
 type: application
-version: 1.4.59
+version: 1.4.60
 appVersion: v0.0.0
 keywords:
   - aether
diff --git a/aether-roc-umbrella/files/dashboards/ue/ue-connectivity.json b/aether-roc-umbrella/files/dashboards/ue/ue-connectivity.json
index 128540d..45b59ba 100644
--- a/aether-roc-umbrella/files/dashboards/ue/ue-connectivity.json
+++ b/aether-roc-umbrella/files/dashboards/ue/ue-connectivity.json
@@ -91,9 +91,9 @@
         "targets": [
           {
             "exemplar": true,
-            "expr": "subscribers_info{imsi=\"$imsi\"}",
+            "expr": "sum by (imsi) (subscribers_info{imsi=\"$imsi\"})",
             "interval": "",
-            "legendFormat": "Connectivity",
+            "legendFormat": "IMSI {{imsi}}",
             "queryType": "randomWalk",
             "refId": "A"
           }