Versions in this module Expand all Collapse all v1 v1.5.0 Mar 6, 2018 Changes in this version + var ErrIntOverflowBinary = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthBinary = fmt.Errorf("proto: negative length found during unmarshaling") + var Field_FieldType_name = map[int32]string + var Field_FieldType_value = map[string]int32 + type Field struct + FieldType Field_FieldType + Key string + Value isField_Value + func (*Field) Descriptor() ([]byte, []int) + func (*Field) ProtoMessage() + func (*Field) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *Field) GetFieldType() Field_FieldType + func (m *Field) GetKey() string + func (m *Field) GetNumericVal() int64 + func (m *Field) GetStringVal() string + func (m *Field) GetValue() isField_Value + func (m *Field) Marshal() (dAtA []byte, err error) + func (m *Field) MarshalTo(dAtA []byte) (int, error) + func (m *Field) Reset() + func (m *Field) Size() (n int) + func (m *Field) String() string + func (m *Field) Unmarshal(dAtA []byte) error + type Field_FieldType int32 + const FieldTypeBool + const FieldTypeDuration + const FieldTypeFloat64 + const FieldTypeInt64 + const FieldTypeString + const FieldTypeUint64 + func (Field_FieldType) EnumDescriptor() ([]byte, []int) + func (x Field_FieldType) String() string + type Field_NumericVal struct + NumericVal int64 + func (m *Field_NumericVal) MarshalTo(dAtA []byte) (int, error) + func (m *Field_NumericVal) Size() (n int) + type Field_StringVal struct + StringVal string + func (m *Field_StringVal) MarshalTo(dAtA []byte) (int, error) + func (m *Field_StringVal) Size() (n int) + type Span struct + Context SpanContext + Fields []Field + Labels []string + Name string + ParentSpanID uint64 + Start time.Time + func (*Span) Descriptor() ([]byte, []int) + func (*Span) ProtoMessage() + func (m *Span) GetContext() SpanContext + func (m *Span) GetFields() []Field + func (m *Span) GetLabels() []string + func (m *Span) GetName() string + func (m *Span) GetParentSpanID() uint64 + func (m *Span) GetStart() time.Time + func (m *Span) Marshal() (dAtA []byte, err error) + func (m *Span) MarshalTo(dAtA []byte) (int, error) + func (m *Span) Reset() + func (m *Span) Size() (n int) + func (m *Span) String() string + func (m *Span) Unmarshal(dAtA []byte) error + type SpanContext struct + SpanID uint64 + TraceID uint64 + func (*SpanContext) Descriptor() ([]byte, []int) + func (*SpanContext) ProtoMessage() + func (m *SpanContext) GetSpanID() uint64 + func (m *SpanContext) GetTraceID() uint64 + func (m *SpanContext) Marshal() (dAtA []byte, err error) + func (m *SpanContext) MarshalTo(dAtA []byte) (int, error) + func (m *SpanContext) Reset() + func (m *SpanContext) Size() (n int) + func (m *SpanContext) String() string + func (m *SpanContext) Unmarshal(dAtA []byte) error + type Trace struct + Spans []*Span + func (*Trace) Descriptor() ([]byte, []int) + func (*Trace) ProtoMessage() + func (m *Trace) GetSpans() []*Span + func (m *Trace) Marshal() (dAtA []byte, err error) + func (m *Trace) MarshalTo(dAtA []byte) (int, error) + func (m *Trace) Reset() + func (m *Trace) Size() (n int) + func (m *Trace) String() string + func (m *Trace) Unmarshal(dAtA []byte) error