Skip to content

Commit 45fe2ed

Browse files
committed
Fix Grafana graphs by filtering the unknown service.
1 parent 00daf8a commit 45fe2ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/grafana/grafana-dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@
12971297
"options": [],
12981298
"query": "label_values(source_service)",
12991299
"refresh": 1,
1300-
"regex": "",
1300+
"regex": ".+",
13011301
"sort": 0,
13021302
"tagValuesQuery": "",
13031303
"tags": [],
@@ -1439,4 +1439,4 @@
14391439
"timezone": "browser",
14401440
"title": "Istio Dashboard",
14411441
"version": 0
1442-
}
1442+
}

0 commit comments

Comments
 (0)