kubernetes/vendor/go.opentelemetry.io/proto/otlp/trace/v1/trace.pb.go

const _

const _

type SpanFlags

const SpanFlags_SPAN_FLAGS_DO_NOT_USE

const SpanFlags_SPAN_FLAGS_TRACE_FLAGS_MASK

const SpanFlags_SPAN_FLAGS_CONTEXT_HAS_IS_REMOTE_MASK

const SpanFlags_SPAN_FLAGS_CONTEXT_IS_REMOTE_MASK

var SpanFlags_name

var SpanFlags_value

func (x SpanFlags) Enum() *SpanFlags {}

func (x SpanFlags) String() string {}

func (SpanFlags) Descriptor() protoreflect.EnumDescriptor {}

func (SpanFlags) Type() protoreflect.EnumType {}

func (x SpanFlags) Number() protoreflect.EnumNumber {}

// Deprecated: Use SpanFlags.Descriptor instead.
func (SpanFlags) EnumDescriptor() ([]byte, []int) {}

type Span_SpanKind

const Span_SPAN_KIND_UNSPECIFIED

const Span_SPAN_KIND_INTERNAL

const Span_SPAN_KIND_SERVER

const Span_SPAN_KIND_CLIENT

const Span_SPAN_KIND_PRODUCER

const Span_SPAN_KIND_CONSUMER

var Span_SpanKind_name

var Span_SpanKind_value

func (x Span_SpanKind) Enum() *Span_SpanKind {}

func (x Span_SpanKind) String() string {}

func (Span_SpanKind) Descriptor() protoreflect.EnumDescriptor {}

func (Span_SpanKind) Type() protoreflect.EnumType {}

func (x Span_SpanKind) Number() protoreflect.EnumNumber {}

// Deprecated: Use Span_SpanKind.Descriptor instead.
func (Span_SpanKind) EnumDescriptor() ([]byte, []int) {}

type Status_StatusCode

const Status_STATUS_CODE_UNSET

const Status_STATUS_CODE_OK

const Status_STATUS_CODE_ERROR

var Status_StatusCode_name

var Status_StatusCode_value

func (x Status_StatusCode) Enum() *Status_StatusCode {}

func (x Status_StatusCode) String() string {}

func (Status_StatusCode) Descriptor() protoreflect.EnumDescriptor {}

func (Status_StatusCode) Type() protoreflect.EnumType {}

func (x Status_StatusCode) Number() protoreflect.EnumNumber {}

// Deprecated: Use Status_StatusCode.Descriptor instead.
func (Status_StatusCode) EnumDescriptor() ([]byte, []int) {}

type TracesData

func (x *TracesData) Reset() {}

func (x *TracesData) String() string {}

func (*TracesData) ProtoMessage() {}

func (x *TracesData) ProtoReflect() protoreflect.Message {}

// Deprecated: Use TracesData.ProtoReflect.Descriptor instead.
func (*TracesData) Descriptor() ([]byte, []int) {}

func (x *TracesData) GetResourceSpans() []*ResourceSpans {}

type ResourceSpans

func (x *ResourceSpans) Reset() {}

func (x *ResourceSpans) String() string {}

func (*ResourceSpans) ProtoMessage() {}

func (x *ResourceSpans) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ResourceSpans.ProtoReflect.Descriptor instead.
func (*ResourceSpans) Descriptor() ([]byte, []int) {}

func (x *ResourceSpans) GetResource() *v1.Resource {}

func (x *ResourceSpans) GetScopeSpans() []*ScopeSpans {}

func (x *ResourceSpans) GetSchemaUrl() string {}

type ScopeSpans

func (x *ScopeSpans) Reset() {}

func (x *ScopeSpans) String() string {}

func (*ScopeSpans) ProtoMessage() {}

func (x *ScopeSpans) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ScopeSpans.ProtoReflect.Descriptor instead.
func (*ScopeSpans) Descriptor() ([]byte, []int) {}

func (x *ScopeSpans) GetScope() *v11.InstrumentationScope {}

func (x *ScopeSpans) GetSpans() []*Span {}

func (x *ScopeSpans) GetSchemaUrl() string {}

type Span

func (x *Span) Reset() {}

func (x *Span) String() string {}

func (*Span) ProtoMessage() {}

func (x *Span) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Span.ProtoReflect.Descriptor instead.
func (*Span) Descriptor() ([]byte, []int) {}

func (x *Span) GetTraceId() []byte {}

func (x *Span) GetSpanId() []byte {}

func (x *Span) GetTraceState() string {}

func (x *Span) GetParentSpanId() []byte {}

func (x *Span) GetFlags() uint32 {}

func (x *Span) GetName() string {}

func (x *Span) GetKind() Span_SpanKind {}

func (x *Span) GetStartTimeUnixNano() uint64 {}

func (x *Span) GetEndTimeUnixNano() uint64 {}

func (x *Span) GetAttributes() []*v11.KeyValue {}

func (x *Span) GetDroppedAttributesCount() uint32 {}

func (x *Span) GetEvents() []*Span_Event {}

func (x *Span) GetDroppedEventsCount() uint32 {}

func (x *Span) GetLinks() []*Span_Link {}

func (x *Span) GetDroppedLinksCount() uint32 {}

func (x *Span) GetStatus() *Status {}

type Status

func (x *Status) Reset() {}

func (x *Status) String() string {}

func (*Status) ProtoMessage() {}

func (x *Status) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Status.ProtoReflect.Descriptor instead.
func (*Status) Descriptor() ([]byte, []int) {}

func (x *Status) GetMessage() string {}

func (x *Status) GetCode() Status_StatusCode {}

type Span_Event

func (x *Span_Event) Reset() {}

func (x *Span_Event) String() string {}

func (*Span_Event) ProtoMessage() {}

func (x *Span_Event) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Span_Event.ProtoReflect.Descriptor instead.
func (*Span_Event) Descriptor() ([]byte, []int) {}

func (x *Span_Event) GetTimeUnixNano() uint64 {}

func (x *Span_Event) GetName() string {}

func (x *Span_Event) GetAttributes() []*v11.KeyValue {}

func (x *Span_Event) GetDroppedAttributesCount() uint32 {}

type Span_Link

func (x *Span_Link) Reset() {}

func (x *Span_Link) String() string {}

func (*Span_Link) ProtoMessage() {}

func (x *Span_Link) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Span_Link.ProtoReflect.Descriptor instead.
func (*Span_Link) Descriptor() ([]byte, []int) {}

func (x *Span_Link) GetTraceId() []byte {}

func (x *Span_Link) GetSpanId() []byte {}

func (x *Span_Link) GetTraceState() string {}

func (x *Span_Link) GetAttributes() []*v11.KeyValue {}

func (x *Span_Link) GetDroppedAttributesCount() uint32 {}

func (x *Span_Link) GetFlags() uint32 {}

var File_opentelemetry_proto_trace_v1_trace_proto

var file_opentelemetry_proto_trace_v1_trace_proto_rawDesc

var file_opentelemetry_proto_trace_v1_trace_proto_rawDescOnce

var file_opentelemetry_proto_trace_v1_trace_proto_rawDescData

func file_opentelemetry_proto_trace_v1_trace_proto_rawDescGZIP() []byte {}

var file_opentelemetry_proto_trace_v1_trace_proto_enumTypes

var file_opentelemetry_proto_trace_v1_trace_proto_msgTypes

var file_opentelemetry_proto_trace_v1_trace_proto_goTypes

var file_opentelemetry_proto_trace_v1_trace_proto_depIdxs

func init() {}

func file_opentelemetry_proto_trace_v1_trace_proto_init() {}