Skip to content

Commit 2c738a0

Browse files
Justin2997knative-prow-robot
authored andcommitted
Update the monitoring file version (#996)
To reflect version v0.4.0 we need to update file version on this file
1 parent d9b0adc commit 2c738a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

serving/installing-logging-metrics-traces.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sections to do so now.
1515
1. Run the following command to install Prometheus and Grafana:
1616

1717
```shell
18-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/monitoring-metrics-prometheus.yaml
18+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring-metrics-prometheus.yaml
1919
```
2020

2121
1. Ensure that the `grafana-*`, `kibana-logging-*`, `kube-state-metrics-*`,
@@ -59,7 +59,7 @@ install:
5959
1. Run the following command to install an ELK stack:
6060

6161
```shell
62-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/monitoring-logs-elasticsearch.yaml
62+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring-logs-elasticsearch.yaml
6363
```
6464

6565
1. Ensure that the `elasticsearch-logging-*`, `fluentd-ds-*`, and
@@ -149,7 +149,7 @@ To configure and setup monitoring:
149149
```shell
150150
git clone https://github.com/knative/serving knative-serving
151151
cd knative-serving
152-
git checkout v0.3.0
152+
git checkout v0.4.0
153153
```
154154

155155
1. Choose a container image that meets the
@@ -226,14 +226,14 @@ Knative.
226226
traces, run:
227227
228228
```shell
229-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/monitoring-tracing-zipkin-in-mem.yaml
229+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring-tracing-zipkin-in-mem.yaml
230230
```
231231
232232
- If Elasticsearch is installed and you want to persist end to end traces, first
233233
run:
234234
235235
```shell
236-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/monitoring-tracing-zipkin.yaml
236+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring-tracing-zipkin.yaml
237237
```
238238
239239
Next, create an Elasticsearch index for end to end traces:

0 commit comments

Comments
 (0)