mirror of https://github.com/knative/docs.git
fix dead link in config-trace (#2988)
This commit is contained in:
parent
a23b383696
commit
81dc45cf6d
|
@ -11,7 +11,7 @@ visualize and trace your requests.
|
|||
|
||||
## Configuring Traces
|
||||
|
||||
You can update the configuration file for tracing in [config-tracing.yaml](https://github.com/knative/serving/blob/master/config/config-tracing.yaml).
|
||||
You can update the configuration file for tracing in [config-tracing.yaml](https://github.com/knative/serving/blob/master/config/core/configmaps/tracing.yaml).
|
||||
|
||||
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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue