Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default sampling rate from 100% to 0% #14318

Merged
merged 1 commit into from
Aug 6, 2022

Commits on Aug 5, 2022

  1. 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 <mikedame@google.com>
    damemi committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    4c013c9 View commit details
    Browse the repository at this point in the history