Skip to content

Commit

Permalink
Fix Grafana graphs by filtering the unknown service. (istio#3524)
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Fix Grafana graphs by filtering the unknown service.

The new behavior is that an "unknown" service is logging metrics as ingress to `istio-ingress.istio-system`. This filters that.

Now `istio-ingress` shows up as it's own service w/ graphs, but some don't work with the traffic coming from "unknown". I'll keep working on that, but at least this change fixes the whole page not working from the "unknown" service showing up in the selector at the top.
  • Loading branch information
jeffmendoza authored and istio-merge-robot committed Feb 16, 2018
1 parent ded0ab8 commit 3659764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/grafana/grafana-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@
"options": [],
"query": "label_values(source_service)",
"refresh": 1,
"regex": "",
"regex": ".+",
"sort": 0,
"tagValuesQuery": "",
"tags": [],
Expand Down Expand Up @@ -1439,4 +1439,4 @@
"timezone": "browser",
"title": "Istio Dashboard",
"version": 0
}
}

0 comments on commit 3659764

Please sign in to comment.