Update the monitoring file version (#996)

To reflect version v0.4.0 we need to update file version on this file
This commit is contained in:
Justin Brûlotte 2019-03-13 16:14:43 -04:00 committed by Knative Prow Robot
parent d9b0adca12
commit 2c738a0466
1 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ sections to do so now.
1. Run the following command to install Prometheus and Grafana: 1. Run the following command to install Prometheus and Grafana:
```shell ```shell
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/monitoring-metrics-prometheus.yaml kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring-metrics-prometheus.yaml
``` ```
1. Ensure that the `grafana-*`, `kibana-logging-*`, `kube-state-metrics-*`, 1. Ensure that the `grafana-*`, `kibana-logging-*`, `kube-state-metrics-*`,
@ -59,7 +59,7 @@ install:
1. Run the following command to install an ELK stack: 1. Run the following command to install an ELK stack:
```shell ```shell
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/monitoring-logs-elasticsearch.yaml kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring-logs-elasticsearch.yaml
``` ```
1. Ensure that the `elasticsearch-logging-*`, `fluentd-ds-*`, and 1. Ensure that the `elasticsearch-logging-*`, `fluentd-ds-*`, and
@ -149,7 +149,7 @@ To configure and setup monitoring:
```shell ```shell
git clone https://github.com/knative/serving knative-serving git clone https://github.com/knative/serving knative-serving
cd knative-serving cd knative-serving
git checkout v0.3.0 git checkout v0.4.0
``` ```
1. Choose a container image that meets the 1. Choose a container image that meets the
@ -226,14 +226,14 @@ Knative.
traces, run: traces, run:
```shell ```shell
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/monitoring-tracing-zipkin-in-mem.yaml kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring-tracing-zipkin-in-mem.yaml
``` ```
- If Elasticsearch is installed and you want to persist end to end traces, first - If Elasticsearch is installed and you want to persist end to end traces, first
run: run:
```shell ```shell
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/monitoring-tracing-zipkin.yaml kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring-tracing-zipkin.yaml
``` ```
Next, create an Elasticsearch index for end to end traces: Next, create an Elasticsearch index for end to end traces: