Versions in this module Expand all Collapse all v0 v0.5.1 Sep 9, 2020 Changes in this version + var Log_Kind_name = map[int32]string + var Log_Kind_value = map[string]int32 + var SpanRef_RefType_name = map[int32]string + var SpanRef_RefType_value = map[string]int32 + var Tag_Kind_name = map[int32]string + var Tag_Kind_value = map[string]int32 + type Field struct + Key string + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Field) Descriptor() ([]byte, []int) + func (*Field) ProtoMessage() + func (dst *Field) XXX_Merge(src proto.Message) + func (m *Field) GetKey() string + func (m *Field) GetValue() []byte + func (m *Field) Reset() + func (m *Field) String() string + func (m *Field) XXX_DiscardUnknown() + func (m *Field) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Field) XXX_Size() int + func (m *Field) XXX_Unmarshal(b []byte) error + type Log struct + Fields []*Field + Key string + Kind Log_Kind + Timestamp int64 + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Log) Descriptor() ([]byte, []int) + func (*Log) ProtoMessage() + func (dst *Log) XXX_Merge(src proto.Message) + func (m *Log) GetFields() []*Field + func (m *Log) GetKey() string + func (m *Log) GetKind() Log_Kind + func (m *Log) GetTimestamp() int64 + func (m *Log) GetValue() []byte + func (m *Log) Reset() + func (m *Log) String() string + func (m *Log) XXX_DiscardUnknown() + func (m *Log) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Log) XXX_Size() int + func (m *Log) XXX_Unmarshal(b []byte) error + type Log_Kind int32 + const Log_BOOL + const Log_FLOAT + const Log_INT + const Log_STRING + func (Log_Kind) EnumDescriptor() ([]byte, []int) + func (x Log_Kind) String() string + type Span struct + Caller string + Duration *duration.Duration + Env string + FinishAt int64 + Level int32 + Logs []*Log + OperationName string + ParentId uint64 + References []*SpanRef + SamplingProbability float32 + ServiceName string + SpanId uint64 + StartAt int64 + StartTime *timestamp.Timestamp + Tags []*Tag + TraceId uint64 + Version int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Span) Descriptor() ([]byte, []int) + func (*Span) ProtoMessage() + func (dst *Span) XXX_Merge(src proto.Message) + func (m *Span) GetCaller() string + func (m *Span) GetDuration() *duration.Duration + func (m *Span) GetEnv() string + func (m *Span) GetFinishAt() int64 + func (m *Span) GetLevel() int32 + func (m *Span) GetLogs() []*Log + func (m *Span) GetOperationName() string + func (m *Span) GetParentId() uint64 + func (m *Span) GetReferences() []*SpanRef + func (m *Span) GetSamplingProbability() float32 + func (m *Span) GetServiceName() string + func (m *Span) GetSpanId() uint64 + func (m *Span) GetStartAt() int64 + func (m *Span) GetStartTime() *timestamp.Timestamp + func (m *Span) GetTags() []*Tag + func (m *Span) GetTraceId() uint64 + func (m *Span) GetVersion() int32 + func (m *Span) Reset() + func (m *Span) String() string + func (m *Span) XXX_DiscardUnknown() + func (m *Span) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Span) XXX_Size() int + func (m *Span) XXX_Unmarshal(b []byte) error + type SpanRef struct + RefType SpanRef_RefType + SpanId uint64 + TraceId uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SpanRef) Descriptor() ([]byte, []int) + func (*SpanRef) ProtoMessage() + func (dst *SpanRef) XXX_Merge(src proto.Message) + func (m *SpanRef) GetRefType() SpanRef_RefType + func (m *SpanRef) GetSpanId() uint64 + func (m *SpanRef) GetTraceId() uint64 + 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 (m *SpanRef) XXX_Size() int + func (m *SpanRef) XXX_Unmarshal(b []byte) error + type SpanRef_RefType int32 + const SpanRef_CHILD_OF + const SpanRef_FOLLOWS_FROM + func (SpanRef_RefType) EnumDescriptor() ([]byte, []int) + func (x SpanRef_RefType) String() string + type Tag struct + Key string + Kind Tag_Kind + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Tag) Descriptor() ([]byte, []int) + func (*Tag) ProtoMessage() + func (dst *Tag) XXX_Merge(src proto.Message) + func (m *Tag) GetKey() string + func (m *Tag) GetKind() Tag_Kind + func (m *Tag) GetValue() []byte + func (m *Tag) Reset() + func (m *Tag) String() string + func (m *Tag) XXX_DiscardUnknown() + func (m *Tag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Tag) XXX_Size() int + func (m *Tag) XXX_Unmarshal(b []byte) error + type Tag_Kind int32 + const Tag_BOOL + const Tag_FLOAT + const Tag_INT + const Tag_STRING + func (Tag_Kind) EnumDescriptor() ([]byte, []int) + func (x Tag_Kind) String() string