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

[3.5] etcdserver: bump OpenTelemetry to 1.0.1 and gRPC to 1.41.0 #14312

Merged
merged 5 commits into from
Aug 8, 2022

Commits on Aug 6, 2022

  1. etcdserver: bump OpenTelemetry to 1.0.1

    Signed-off-by: Benjamin Wang <wachao@vmware.com>
    ahrtr committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    2d7e490 View commit details
    Browse the repository at this point in the history
  2. move setupTracing into a separate file config_tracing.go

    Signed-off-by: Benjamin Wang <wachao@vmware.com>
    ahrtr committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    5a86ae2 View commit details
    Browse the repository at this point in the history
  3. update all related dependencies

    Upgrade grpc to 1.41.0;
    Run ./script/fix.sh to fix all related issue.
    
    Signed-off-by: Benjamin Wang <wachao@vmware.com>
    ahrtr committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    2751c61 View commit details
    Browse the repository at this point in the history
  4. Fix the failure in TestEndpointSwitchResolvesViolation

    Refer to etcd-io@a0bdfc4
    
    Signed-off-by: Benjamin Wang <wachao@vmware.com>
    ahrtr committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    8c5f110 View commit details
    Browse the repository at this point in the history
  5. Change default sampling rate from 100% to 0%

    Refer to etcd-io#14318
    
    Signed-off-by: Benjamin Wang <wachao@vmware.com>
    ahrtr committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    8fdca41 View commit details
    Browse the repository at this point in the history