Documentation ¶
Overview ¶
Package wire is a generated protocol buffer package.
It is generated from these files:
wire.proto
It has these top-level messages:
TracerState
Index ¶
- Variables
- type ProtobufCarrier
- func (p *ProtobufCarrier) GetBaggage(f func(k, v string))
- func (p *ProtobufCarrier) SetBaggageItem(key, value string)
- func (p *ProtobufCarrier) SetState(traceID types.TraceID, spanID uint64, parentSpanID *uint64, sampled bool, ...)
- func (p *ProtobufCarrier) State() (traceID types.TraceID, spanID uint64, parentSpanID *uint64, sampled bool, ...)
- type TracerState
- func (*TracerState) Descriptor() ([]byte, []int)
- func (m *TracerState) GetBaggageItems() map[string]string
- func (m *TracerState) GetFlags() uint64
- func (m *TracerState) GetParentSpanId() uint64
- func (m *TracerState) GetSampled() bool
- func (m *TracerState) GetSpanId() uint64
- func (m *TracerState) GetTraceId() uint64
- func (m *TracerState) GetTraceIdHigh() uint64
- func (m *TracerState) Marshal() (dAtA []byte, err error)
- func (m *TracerState) MarshalTo(dAtA []byte) (int, error)
- func (*TracerState) ProtoMessage()
- func (m *TracerState) Reset()
- func (m *TracerState) Size() (n int)
- func (m *TracerState) String() string
- func (m *TracerState) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthWire = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowWire = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type ProtobufCarrier ¶
type ProtobufCarrier TracerState
ProtobufCarrier is a DelegatingCarrier that uses protocol buffers as the the underlying datastructure. The reason for implementing DelagatingCarrier is to allow for end users to serialize the underlying protocol buffers using jsonpb or any other serialization forms they want.
func (*ProtobufCarrier) GetBaggage ¶
func (p *ProtobufCarrier) GetBaggage(f func(k, v string))
GetBaggage iterates over each baggage item and executes the callback with the key:value pair.
func (*ProtobufCarrier) SetBaggageItem ¶
func (p *ProtobufCarrier) SetBaggageItem(key, value string)
SetBaggageItem sets a baggage item.
type TracerState ¶
type TracerState struct { TraceId uint64 `protobuf:"fixed64,1,opt,name=trace_id,json=traceId,proto3" json:"trace_id,omitempty"` SpanId uint64 `protobuf:"fixed64,2,opt,name=span_id,json=spanId,proto3" json:"span_id,omitempty"` Sampled bool `protobuf:"varint,3,opt,name=sampled,proto3" json:"sampled,omitempty"` BaggageItems map[string]string `` /* 178-byte string literal not displayed */ TraceIdHigh uint64 `protobuf:"fixed64,20,opt,name=trace_id_high,json=traceIdHigh,proto3" json:"trace_id_high,omitempty"` ParentSpanId uint64 `protobuf:"fixed64,21,opt,name=parent_span_id,json=parentSpanId,proto3" json:"parent_span_id,omitempty"` Flags uint64 `protobuf:"fixed64,22,opt,name=flags,proto3" json:"flags,omitempty"` }
func (*TracerState) Descriptor ¶
func (*TracerState) Descriptor() ([]byte, []int)
func (*TracerState) GetBaggageItems ¶
func (m *TracerState) GetBaggageItems() map[string]string
func (*TracerState) GetFlags ¶ added in v0.2.3
func (m *TracerState) GetFlags() uint64
func (*TracerState) GetParentSpanId ¶ added in v0.2.3
func (m *TracerState) GetParentSpanId() uint64
func (*TracerState) GetSampled ¶ added in v0.2.3
func (m *TracerState) GetSampled() bool
func (*TracerState) GetSpanId ¶ added in v0.2.3
func (m *TracerState) GetSpanId() uint64
func (*TracerState) GetTraceId ¶ added in v0.2.3
func (m *TracerState) GetTraceId() uint64
func (*TracerState) GetTraceIdHigh ¶ added in v0.2.3
func (m *TracerState) GetTraceIdHigh() uint64
func (*TracerState) Marshal ¶
func (m *TracerState) Marshal() (dAtA []byte, err error)
func (*TracerState) ProtoMessage ¶
func (*TracerState) ProtoMessage()
func (*TracerState) Reset ¶
func (m *TracerState) Reset()
func (*TracerState) Size ¶
func (m *TracerState) Size() (n int)
func (*TracerState) String ¶
func (m *TracerState) String() string
func (*TracerState) Unmarshal ¶
func (m *TracerState) Unmarshal(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.