module NewRelic::Agent::Instrumentation::GRPC::Server::RpcServerPrepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/grpc/server/rpc_server_prepend.rb, line 14 def add_http2_port(*args) add_http2_port_with_tracing(*args) { super } end
Calls superclass method
Source
# File lib/new_relic/agent/instrumentation/grpc/server/rpc_server_prepend.rb, line 18 def run(*args) run_with_tracing(*args) { super } end
Calls superclass method