diff options
| author | Andrew Newdigate <andrew@gitlab.com> | 2019-08-26 18:44:45 +0200 |
|---|---|---|
| committer | Andrew Newdigate <andrew@gitlab.com> | 2019-08-26 18:44:45 +0200 |
| commit | 1ef8aa3768292f2905700385bb46896984a49b8b (patch) | |
| tree | 69a17cb01718a46581e55b299fd8b17e0e8d0d73 | |
| parent | 94490b63b3c40af9c73db10161f1f5905165309b (diff) | |
| download | gitlab-ce-an-use-non-deprecated-interceptor-name.tar.gz | |
Rename Labkit::Tracing::GRPCInterceptor to GRPC::ClientInterceptoran-use-non-deprecated-interceptor-name
The original name has been deprecated
| -rw-r--r-- | lib/gitlab/gitaly_client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/gitaly_client.rb b/lib/gitlab/gitaly_client.rb index 201db9fec26..d65c0d3e78d 100644 --- a/lib/gitlab/gitaly_client.rb +++ b/lib/gitlab/gitaly_client.rb @@ -50,7 +50,7 @@ module Gitlab def self.interceptors return [] unless Labkit::Tracing.enabled? - [Labkit::Tracing::GRPCInterceptor.instance] + [Labkit::Tracing::GRPC::ClientInterceptor.instance] end private_class_method :interceptors |
