Documentation ¶
Index ¶
- Variables
- type TSpan
- func (*TSpan) Descriptor() ([]byte, []int)deprecated
- func (x *TSpan) GetDuration() uint64
- func (x *TSpan) GetFollowsFromSpanId() uint64
- func (x *TSpan) GetName() string
- func (x *TSpan) GetParentSpanId() uint64
- func (x *TSpan) GetSpanId() uint64
- func (x *TSpan) GetStartTime() uint64
- func (x *TSpan) GetTags() []*TTag
- func (x *TSpan) GetTraceId() *misc.TGuid
- func (*TSpan) ProtoMessage()
- func (x *TSpan) ProtoReflect() protoreflect.Message
- func (x *TSpan) Reset()
- func (x *TSpan) String() string
- type TSpanBatch
- type TTag
- type TTracingExt
- func (*TTracingExt) Descriptor() ([]byte, []int)deprecated
- func (x *TTracingExt) GetBaggage() []byte
- func (x *TTracingExt) GetDebug() bool
- func (x *TTracingExt) GetSampled() bool
- func (x *TTracingExt) GetSpanId() uint64
- func (x *TTracingExt) GetTargetEndpoint() string
- func (x *TTracingExt) GetTraceId() *misc.TGuid
- func (*TTracingExt) ProtoMessage()
- func (x *TTracingExt) ProtoReflect() protoreflect.Message
- func (x *TTracingExt) Reset()
- func (x *TTracingExt) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_yt_yt_proto_yt_core_tracing_proto_span_proto protoreflect.FileDescriptor
View Source
var File_yt_yt_proto_yt_core_tracing_proto_tracing_ext_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TSpan ¶
type TSpan struct { TraceId *misc.TGuid `protobuf:"bytes,1,req,name=trace_id,json=traceId" json:"trace_id,omitempty"` SpanId *uint64 `protobuf:"fixed64,2,req,name=span_id,json=spanId" json:"span_id,omitempty"` ParentSpanId *uint64 `protobuf:"fixed64,3,opt,name=parent_span_id,json=parentSpanId" json:"parent_span_id,omitempty"` FollowsFromSpanId *uint64 `protobuf:"fixed64,4,opt,name=follows_from_span_id,json=followsFromSpanId" json:"follows_from_span_id,omitempty"` Name *string `protobuf:"bytes,5,req,name=name" json:"name,omitempty"` StartTime *uint64 `protobuf:"fixed64,6,req,name=start_time,json=startTime" json:"start_time,omitempty"` Duration *uint64 `protobuf:"fixed64,7,req,name=duration" json:"duration,omitempty"` Tags []*TTag `protobuf:"bytes,8,rep,name=tags" json:"tags,omitempty"` // contains filtered or unexported fields }
func (*TSpan) Descriptor
deprecated
func (*TSpan) GetDuration ¶
func (*TSpan) GetFollowsFromSpanId ¶
func (*TSpan) GetParentSpanId ¶
func (*TSpan) GetStartTime ¶
func (*TSpan) GetTraceId ¶
func (*TSpan) ProtoMessage ¶
func (*TSpan) ProtoMessage()
func (*TSpan) ProtoReflect ¶
func (x *TSpan) ProtoReflect() protoreflect.Message
type TSpanBatch ¶
type TSpanBatch struct { Spans []*TSpan `protobuf:"bytes,1,rep,name=spans" json:"spans,omitempty"` // contains filtered or unexported fields }
func (*TSpanBatch) Descriptor
deprecated
func (*TSpanBatch) Descriptor() ([]byte, []int)
Deprecated: Use TSpanBatch.ProtoReflect.Descriptor instead.
func (*TSpanBatch) GetSpans ¶
func (x *TSpanBatch) GetSpans() []*TSpan
func (*TSpanBatch) ProtoMessage ¶
func (*TSpanBatch) ProtoMessage()
func (*TSpanBatch) ProtoReflect ¶
func (x *TSpanBatch) ProtoReflect() protoreflect.Message
func (*TSpanBatch) Reset ¶
func (x *TSpanBatch) Reset()
func (*TSpanBatch) String ¶
func (x *TSpanBatch) String() string
type TTag ¶
type TTag struct { Key *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"` Value *string `protobuf:"bytes,2,req,name=value" json:"value,omitempty"` // contains filtered or unexported fields }
func (*TTag) Descriptor
deprecated
func (*TTag) ProtoMessage ¶
func (*TTag) ProtoMessage()
func (*TTag) ProtoReflect ¶
func (x *TTag) ProtoReflect() protoreflect.Message
type TTracingExt ¶
type TTracingExt struct { TraceId *misc.TGuid `protobuf:"bytes,4,opt,name=trace_id,json=traceId" json:"trace_id,omitempty"` SpanId *uint64 `protobuf:"fixed64,5,opt,name=span_id,json=spanId" json:"span_id,omitempty"` Sampled *bool `protobuf:"varint,6,opt,name=sampled" json:"sampled,omitempty"` Debug *bool `protobuf:"varint,7,opt,name=debug" json:"debug,omitempty"` TargetEndpoint *string `protobuf:"bytes,9,opt,name=target_endpoint,json=targetEndpoint" json:"target_endpoint,omitempty"` Baggage []byte `protobuf:"bytes,8,opt,name=baggage" json:"baggage,omitempty"` // contains filtered or unexported fields }
func (*TTracingExt) Descriptor
deprecated
func (*TTracingExt) Descriptor() ([]byte, []int)
Deprecated: Use TTracingExt.ProtoReflect.Descriptor instead.
func (*TTracingExt) GetBaggage ¶
func (x *TTracingExt) GetBaggage() []byte
func (*TTracingExt) GetDebug ¶
func (x *TTracingExt) GetDebug() bool
func (*TTracingExt) GetSampled ¶
func (x *TTracingExt) GetSampled() bool
func (*TTracingExt) GetSpanId ¶
func (x *TTracingExt) GetSpanId() uint64
func (*TTracingExt) GetTargetEndpoint ¶
func (x *TTracingExt) GetTargetEndpoint() string
func (*TTracingExt) GetTraceId ¶
func (x *TTracingExt) GetTraceId() *misc.TGuid
func (*TTracingExt) ProtoMessage ¶
func (*TTracingExt) ProtoMessage()
func (*TTracingExt) ProtoReflect ¶
func (x *TTracingExt) ProtoReflect() protoreflect.Message
func (*TTracingExt) Reset ¶
func (x *TTracingExt) Reset()
func (*TTracingExt) String ¶
func (x *TTracingExt) String() string
Click to show internal directories.
Click to hide internal directories.