module NewRelic::Agent::Instrumentation::GRPC::Server::RpcServerPrepend
Public Instance Methods
add_http2_port(*args)
click to toggle source
Calls superclass method
# 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
run(*args)
click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/grpc/server/rpc_server_prepend.rb, line 18 def run(*args) run_with_tracing(*args) { super } end