mirror of https://github.com/istio/istio.io.git
Add steps to install Prometheus (#654)
This commit is contained in:
parent
7e3bcede02
commit
c354adac34
|
|
@ -23,8 +23,12 @@ as the example application throughout this task.
|
||||||
(`--configDefaultNamespace=istio-system`). If you use a different
|
(`--configDefaultNamespace=istio-system`). If you use a different
|
||||||
value, update the configuration and commands in this task to match the value.
|
value, update the configuration and commands in this task to match the value.
|
||||||
|
|
||||||
* Install the optional add-on [Prometheus](https://prometheus.io). Prometheus
|
* Install the Prometheus add-on. Prometheus
|
||||||
will be used to verify task success.
|
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
|
## Collecting new telemetry data
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,13 +22,17 @@ as the example application throughout this task.
|
||||||
* [Install Istio]({{home}}/docs/setup/) in your cluster and deploy an
|
* [Install Istio]({{home}}/docs/setup/) in your cluster and deploy an
|
||||||
application.
|
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`
|
* 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
|
namespace. If you use a different namespace, you will need to update the
|
||||||
example configuration and commands.
|
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
|
## Collecting new telemetry data
|
||||||
|
|
||||||
1. Create a new YAML file to hold configuration for the new metrics that Istio
|
1. Create a new YAML file to hold configuration for the new metrics that Istio
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue