lib/instana/activators/grpc_server.rb in instana-1.193.4 vs lib/instana/activators/grpc_server.rb in instana-1.193.5
- old
+ new
@@ -1,4 +1,7 @@
+# (c) Copyright IBM Corp. 2021
+# (c) Copyright Instana Inc. 2021
+
module Instana
module Activators
class GrpcServer < Activator
def can_instrument?
defined?(::GRPC::RpcDesc) && ::Instana.config[:grpc][:enabled]