package grpc.binarylog.v1alpha

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message GrpcLogEntry

binarylog.proto:32

Log entry we store in binary logs

enum GrpcLogEntry.Logger

binarylog.proto:45

Enumerates the entity that generates the log entry

Used in: GrpcLogEntry

enum GrpcLogEntry.Type

binarylog.proto:34

Enumerates the type of logs

Used in: GrpcLogEntry

message Message

binarylog.proto:105

Message payload, used by REQUEST and RESPONSE

Used in: GrpcLogEntry

message Metadata

binarylog.proto:131

A list of metadata pairs, used in the payload of CLIENT_INIT_METADATA, SERVER_INIT_METADATA and TRAILING_METADATA Implementations may omit some entries to honor the header limits of GRPC_BINARY_LOG_CONFIG. Implementations will not log the following entries, and this is not to be treated as a truncation: - entries handled by grpc that are not user visible, such as those that begin with 'grpc-' or keys like 'lb-token' - transport specific entries, including but not limited to: ':path', ':authority', 'content-encoding', 'user-agent', 'te', etc - entries added for call credentials

Used in: GrpcLogEntry

message MetadataEntry

binarylog.proto:136

A metadata key value pair

Used in: Metadata

message Peer

binarylog.proto:142

Peer information

Used in: GrpcLogEntry

enum Peer.PeerType

binarylog.proto:143

Used in: Peer

message Uint128

binarylog.proto:161

Used to record call_id.

Used in: GrpcLogEntry