From 9a8e5b7ae3db39638a8977d6fcb65362ba2dc30f Mon Sep 17 00:00:00 2001 From: Belinda Vennam Date: Wed, 4 Sep 2019 10:51:57 -0400 Subject: [PATCH 1/3] update with config instructions --- docs/serving/accessing-traces.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/serving/accessing-traces.md b/docs/serving/accessing-traces.md index fcb577aeb6b..96798f9c202 100644 --- a/docs/serving/accessing-traces.md +++ b/docs/serving/accessing-traces.md @@ -13,6 +13,12 @@ If you have not yet installed the logging and monitoring components, go through the [installation instructions](./installing-logging-metrics-traces.md) to set up the necessary components. +## Configuring Traces + +You can update the configuration file for tracing at `config/config-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). + ## Zipkin In order to access request traces, you use the Zipkin visualization tool. From acd8f8236f02917695c34c861d705bdf9e35026c Mon Sep 17 00:00:00 2001 From: Belinda Vennam Date: Thu, 5 Sep 2019 16:38:10 -0400 Subject: [PATCH 2/3] update with url --- docs/serving/accessing-traces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/accessing-traces.md b/docs/serving/accessing-traces.md index 96798f9c202..787b2d0916e 100644 --- a/docs/serving/accessing-traces.md +++ b/docs/serving/accessing-traces.md @@ -15,7 +15,7 @@ up the necessary components. ## Configuring Traces -You can update the configuration file for tracing at `config/config-tracing.yaml`. +You can update the configuration file for tracing in [`config-tracing.yaml`](https://github.com/knative/serving/blob/master/config/config-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). From ca52f96d4350c71129900d04bed71b5863794f9a Mon Sep 17 00:00:00 2001 From: Belinda Vennam Date: Thu, 5 Sep 2019 16:38:55 -0400 Subject: [PATCH 3/3] update with url --- docs/serving/accessing-traces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/accessing-traces.md b/docs/serving/accessing-traces.md index 787b2d0916e..7b2ccc92624 100644 --- a/docs/serving/accessing-traces.md +++ b/docs/serving/accessing-traces.md @@ -15,7 +15,7 @@ up the necessary components. ## 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/config-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).