Documentation ¶
Index ¶
- Variables
- type SpanRef
- func (*SpanRef) Descriptor() ([]byte, []int)
- func (m *SpanRef) GetRefType() SpanRefType
- func (m *SpanRef) GetSpanId() []byte
- func (m *SpanRef) GetTraceId() []byte
- func (*SpanRef) ProtoMessage()
- func (m *SpanRef) Reset()
- func (m *SpanRef) String() string
- func (m *SpanRef) XXX_DiscardUnknown()
- func (m *SpanRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SpanRef) XXX_Merge(src proto.Message)
- func (m *SpanRef) XXX_Size() int
- func (m *SpanRef) XXX_Unmarshal(b []byte) error
- type SpanRefType
Constants ¶
This section is empty.
Variables ¶
View Source
var SpanRefType_name = map[int32]string{
0: "CHILD_OF",
1: "FOLLOWS_FROM",
}
View Source
var SpanRefType_value = map[string]int32{
"CHILD_OF": 0,
"FOLLOWS_FROM": 1,
}
Functions ¶
This section is empty.
Types ¶
type SpanRef ¶
type SpanRef struct { TraceId []byte `protobuf:"bytes,1,opt,name=trace_id,json=traceId,proto3" json:"trace_id,omitempty"` SpanId []byte `protobuf:"bytes,2,opt,name=span_id,json=spanId,proto3" json:"span_id,omitempty"` RefType SpanRefType `protobuf:"varint,3,opt,name=ref_type,json=refType,proto3,enum=prototest.SpanRefType" json:"ref_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SpanRef) Descriptor ¶
func (*SpanRef) GetRefType ¶
func (m *SpanRef) GetRefType() SpanRefType
func (*SpanRef) GetTraceId ¶
func (*SpanRef) ProtoMessage ¶
func (*SpanRef) ProtoMessage()
func (*SpanRef) XXX_DiscardUnknown ¶ added in v1.9.0
func (m *SpanRef) XXX_DiscardUnknown()
func (*SpanRef) XXX_Marshal ¶ added in v1.9.0
func (*SpanRef) XXX_Unmarshal ¶ added in v1.9.0
type SpanRefType ¶
type SpanRefType int32
const ( SpanRefType_CHILD_OF SpanRefType = 0 SpanRefType_FOLLOWS_FROM SpanRefType = 1 )
func (SpanRefType) EnumDescriptor ¶
func (SpanRefType) EnumDescriptor() ([]byte, []int)
func (SpanRefType) String ¶
func (x SpanRefType) String() string
Click to show internal directories.
Click to hide internal directories.