Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change default sampling rate from 100% to 0%
This changes the default parent-based trace sampling rate from 100% to 0%. Due to the high QPS etcd can handle, having 100% trace sampling leads to very high resource usage. Defaulting to 0% means that only already-sampled traces will be sampled in etcd. Fixes etcd-io#14310 Signed-off-by: Mike Dame <[email protected]>
- Loading branch information