mirror of https://github.com/knative/docs.git
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:
parent
d9b0adca12
commit
2c738a0466
|
@ -15,7 +15,7 @@ sections to do so now.
|
|||
1. Run the following command to install Prometheus and Grafana:
|
||||
|
||||
```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-*`,
|
||||
|
@ -59,7 +59,7 @@ install:
|
|||
1. Run the following command to install an ELK stack:
|
||||
|
||||
```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
|
||||
|
@ -149,7 +149,7 @@ To configure and setup monitoring:
|
|||
```shell
|
||||
git clone https://github.com/knative/serving knative-serving
|
||||
cd knative-serving
|
||||
git checkout v0.3.0
|
||||
git checkout v0.4.0
|
||||
```
|
||||
|
||||
1. Choose a container image that meets the
|
||||
|
@ -226,14 +226,14 @@ Knative.
|
|||
traces, run:
|
||||
|
||||
```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
|
||||
run:
|
||||
|
||||
```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:
|
||||
|
|
Loading…
Reference in New Issue