# Packages
Package grpc_testing is a generated protocol buffer package.
# Functions
HandleConn processes the stats using the call back function registered by user.
HandleRPC processes the RPC stats using the rpc handler registered by the user.
On indicates whether the stats collection and processing is on.
RegisterConnHandler registers the user handler function for conn stats.
RegisterConnTagger registers the user connection context tagger function.
RegisterRPCHandler registers the user handler function for RPC stats processing.
RegisterRPCTagger registers the user RPC context tagger function.
Start starts the stats collection and processing if there is a registered stats handle.
Stop stops the stats collection and processing.
TagConn calls user registered connection context tagger.
TagRPC calls the user registered RPC context tagger.
# Structs
Begin contains stats when an RPC begins.
ConnBegin contains the stats of a connection when it is established.
ConnEnd contains the stats of a connection when it ends.
ConnTagInfo defines the relevant information needed by connection context tagger.
End contains stats when an RPC ends.
InHeader contains stats when a header is received.
InPayload contains the information for an incoming payload.
InTrailer contains stats when a trailer is received.
OutHeader contains stats when a header is sent.
OutPayload contains the information for an outgoing payload.
OutTrailer contains stats when a trailer is sent.
RPCTagInfo defines the relevant information needed by RPC context tagger.