Commit 68a04e56 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'an-use-non-deprecated-interceptor-name' into 'master'

Rename Labkit::Tracing::GRPCInterceptor to GRPC::ClientInterceptor

See merge request gitlab-org/gitlab-ce!32230
parents 1c4ca89a e369dee8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment