diff --git a/docs/eventing/accessing-traces.md b/docs/eventing/accessing-traces.md index 617b22169..e976c073e 100644 --- a/docs/eventing/accessing-traces.md +++ b/docs/eventing/accessing-traces.md @@ -46,15 +46,11 @@ data: You can configure your `config-tracing` with following options: - * `backend`: Valid values are `zipkin`, `stackdriver`, or `none`. The default is `none`. + * `backend`: Valid values are `zipkin` or `none`. The default is `none`. * `zipkin-endpoint`: Specifies the URL to the zipkin collector where you want to send the traces. Must be set if backend is set to `zipkin`. - * `stackdriver-project-id`: Specifies the GCP project ID into which the Stackdriver traces are written. - You must specify the `backend` as `stackdriver`. If `backend`is unspecified, the GCP project ID is read - from GCP metadata when running on GCP. - * `sample-rate`: Specifies the sampling rate. Valid values are decimals from `0` to `1` (interpreted as a float64), which indicate the probability that any given request is sampled. An example value is `0.5`, which gives each request a 50% sampling probablity.