Skip to content

Commit

Permalink
Cherry pick #8993 - Set default traceSampling to 1% (#9798)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnativio authored and linsun committed Nov 8, 2018
1 parent 8570b71 commit 37b8cc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/kubernetes/helm/istio/values.yaml
Expand Up @@ -30,6 +30,7 @@ mixer:
#
pilot:
enabled: true
traceSampling: 1.0

#
# security configuration
Expand Down Expand Up @@ -339,4 +340,4 @@ global:
# distributed through the SecretDiscoveryService instead of using K8S secrets to mount the certificates.
enabled: false
udsPath: ""
enableTokenMount: false
enableTokenMount: false

0 comments on commit 37b8cc3

Please sign in to comment.