package jaeger.api_v2

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

message Batch

model.proto:161

Note that both Span and Batch may contain a Process. This is different from the Thrift model which was only used for transport, because Proto model is also used by the backend as the domain model, where once a batch is received it is split into individual spans which are all processed independently, and therefore they all need a Process. As far as on-the-wire semantics, both Batch and Spans in the same message may contain their own instances of Process, with span.Process taking priority over batch.Process.

message KeyValue

model.proto:47

Used in: Log, Process, Span

message Log

model.proto:60

Used in: Span

message Process

model.proto:89

Used in: Batch, Span, Trace.ProcessMapping

message Span

model.proto:96

Used in: Batch, Trace

message SpanRef

model.proto:75

Used in: Span

enum SpanRefType

model.proto:70

Used in: SpanRef

message Trace

model.proto:136

message Trace.ProcessMapping

model.proto:137

Used in: Trace

enum ValueType

model.proto:39

Used in: KeyValue