Let's take a look at some of the open source visualization tools that can be used for distributed tracing, dependency visualization between services, and monitoring dashboards with the data we've collected through Prometheus. First, let's take a look at the Grafana dashboard, which has been built by the Istio community to show monitoring features:
- Launch the Grafana dashboard by going to http://grafana.istio.io.
- From the left-hand navigation panel, click on the Configuration (gear) and click on Data Sources:
Notice that the backend data source is configured using Prometheus.
- Go back to the navigation ...