Add more explicit instruction block about enabling tracing (#2231)

This commit is contained in:
Jonatas Baldin 2020-03-25 21:30:51 +01:00 committed by GitHub
parent 0e199c85ac
commit ffa9eaa1f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -19,6 +19,11 @@ You can update the configuration file for tracing in [config-tracing.yaml](https
Follow the instructions in the file to set your configuration options. This file includes options such as sample rate (to determine what percentage of requests to trace), debug mode, and backend selection (zipkin or stackdriver).
You can quickly explore and update the ConfigMap object with the following command:
```shell
kubectl -n knative-serving edit configmap config-tracing
```
## Zipkin
In order to access request traces, you use the Zipkin visualization tool.
@ -61,5 +66,3 @@ In order to access request traces, you use the Jaeger visualization tool.
traces. Click on a trace to see a detailed view of a specific call.
<!--TODO: Consider adding a video here. -->