tracing

package
v0.0.0-...-5019c65 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_yt_proto_yt_core_tracing_proto_span_proto protoreflect.FileDescriptor
View Source
var File_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) Descriptor() ([]byte, []int)

Deprecated: Use TSpan.ProtoReflect.Descriptor instead.

func (*TSpan) GetDuration

func (x *TSpan) GetDuration() uint64

func (*TSpan) GetFollowsFromSpanId

func (x *TSpan) GetFollowsFromSpanId() uint64

func (*TSpan) GetName

func (x *TSpan) GetName() string

func (*TSpan) GetParentSpanId

func (x *TSpan) GetParentSpanId() uint64

func (*TSpan) GetSpanId

func (x *TSpan) GetSpanId() uint64

func (*TSpan) GetStartTime

func (x *TSpan) GetStartTime() uint64

func (*TSpan) GetTags

func (x *TSpan) GetTags() []*TTag

func (*TSpan) GetTraceId

func (x *TSpan) GetTraceId() *misc.TGuid

func (*TSpan) ProtoMessage

func (*TSpan) ProtoMessage()

func (*TSpan) ProtoReflect

func (x *TSpan) ProtoReflect() protoreflect.Message

func (*TSpan) Reset

func (x *TSpan) Reset()

func (*TSpan) String

func (x *TSpan) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use TTag.ProtoReflect.Descriptor instead.

func (*TTag) GetKey

func (x *TTag) GetKey() string

func (*TTag) GetValue

func (x *TTag) GetValue() string

func (*TTag) ProtoMessage

func (*TTag) ProtoMessage()

func (*TTag) ProtoReflect

func (x *TTag) ProtoReflect() protoreflect.Message

func (*TTag) Reset

func (x *TTag) Reset()

func (*TTag) String

func (x *TTag) String() string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL