package
1.14.0
Repository: https://github.com/jacobkranz/grpc-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

OutgoingTags returns the tags from the context for the outbound RPC.
OutgoingTrace returns the trace from the context for the outbound RPC.
SetIncomingTags attaches stats tagging data to the context, to be read by the application (not sent in outgoing RPCs).
SetIncomingTrace attaches stats tagging data to the context, to be read by the application (not sent in outgoing RPCs).
SetTags attaches stats tagging data to the context, which will be sent in the outgoing RPC with the header grpc-tags-bin.
SetTrace attaches stats tagging data to the context, which will be sent in the outgoing RPC with the header grpc-trace-bin.
Tags returns the tags from the context for the inbound RPC.
Trace returns the trace from the context for the inbound RPC.

# 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.

# Interfaces

ConnStats contains stats information about connections.
Handler defines the interface for the related stats handling (e.g., RPCs, connections).
RPCStats contains stats information about RPCs.