Add steps to install Prometheus (#654)

This commit is contained in:
Sunny Gupta 2017-10-10 19:25:27 -07:00 committed by Lin Sun
parent 7e3bcede02
commit c354adac34
2 changed files with 13 additions and 5 deletions

View File

@ -23,8 +23,12 @@ as the example application throughout this task.
(`--configDefaultNamespace=istio-system`). If you use a different
value, update the configuration and commands in this task to match the value.
* Install the optional add-on [Prometheus](https://prometheus.io). Prometheus
will be used to verify task success.
* Install the Prometheus add-on. Prometheus
will be used to verify task success.
```bash
kubectl apply -f install/kubernetes/addons/prometheus.yaml
```
See [Prometheus](https://prometheus.io) for details.
## Collecting new telemetry data

View File

@ -22,13 +22,17 @@ as the example application throughout this task.
* [Install Istio]({{home}}/docs/setup/) in your cluster and deploy an
application.
* Install the optional add-on [Prometheus](https://prometheus.io). Prometheus
will be used to verify task success.
* This task assumes that the BookInfo sample will be deployed in the `default`
namespace. If you use a different namespace, you will need to update the
example configuration and commands.
* Install the Prometheus add-on. Prometheus
will be used to verify task success.
```bash
kubectl apply -f install/kubernetes/addons/prometheus.yaml
```
See [Prometheus](https://prometheus.io) for details.
## Collecting new telemetry data
1. Create a new YAML file to hold configuration for the new metrics that Istio