Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryRPCReq ¶ added in v0.2.0
type RPC ¶
type RPC struct {
// contains filtered or unexported fields
}
RPC is a plugin implementation that talks over net/rpc
func (*RPC) PluginInfo ¶
func (r *RPC) PluginInfo() (*base.PluginInfo, error)
type RPCServer ¶
type RPCServer struct {
Impl APM
}
RPCServer is the net/rpc server
func (*RPCServer) PluginInfo ¶
func (s *RPCServer) PluginInfo(_ interface{}, r *base.PluginInfo) error
func (*RPCServer) Query ¶
func (s *RPCServer) Query(req QueryRPCReq, resp *sdk.TimestampedMetrics) error
Click to show internal directories.
Click to hide internal directories.