Clarify setting sampling rate (#8297)

This commit is contained in:
Frank Budinsky 2020-10-14 13:44:12 -04:00 committed by GitHub
parent daeceef369
commit 92c1a81fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -20,7 +20,10 @@ To learn how Istio handles tracing, visit this task's [overview](../overview/).
1. Follow the [Jaeger installation](/docs/ops/integrations/jaeger/#installation) documentation to deploy Jaeger into your cluster.
1. When you enable tracing, you can set the sampling rate that Istio uses for tracing. Use the `values.pilot.traceSampling` option during installation to set the sampling rate. The default sampling rate is 1%.
1. When you enable tracing, you can set the sampling rate that Istio uses for tracing.
Use the `meshConfig.defaultConfig.tracing.sampling` option during installation to
[set the sampling rate](/docs/tasks/observability/distributed-tracing/configurability/#customizing-trace-sampling).
The default sampling rate is 1%.
1. Deploy the [Bookinfo](/docs/examples/bookinfo/#deploying-the-application) sample application.

View File

@ -20,7 +20,10 @@ To learn how Istio handles tracing, visit this task's [overview](../overview/).
1. Follow the [Zipkin installation](/docs/ops/integrations/zipkin/#installation) documentation to deploy Zipkin into your cluster.
1. When you enable tracing, you can set the sampling rate that Istio uses for tracing. Use the `values.pilot.traceSampling` option during installation to set the sampling rate. The default sampling rate is 1%.
1. When you enable tracing, you can set the sampling rate that Istio uses for tracing.
Use the `meshConfig.defaultConfig.tracing.sampling` option during installation to
[set the sampling rate](/docs/tasks/observability/distributed-tracing/configurability/#customizing-trace-sampling).
The default sampling rate is 1%.
1. Deploy the [Bookinfo](/docs/examples/bookinfo/#deploying-the-application) sample application.