Versions in this module Expand all Collapse all v0 v0.19.2 Jan 12, 2023 v0.19.1 Jan 11, 2023 Changes in this version + var File_opentelemetry_proto_trace_v1_trace_proto protoreflect.FileDescriptor + var Span_SpanKind_name = map[int32]string + var Span_SpanKind_value = map[string]int32 + var Status_StatusCode_name = map[int32]string + var Status_StatusCode_value = map[string]int32 + type ResourceSpans struct + Resource *v1.Resource + SchemaUrl string + ScopeSpans []*ScopeSpans + func (*ResourceSpans) Descriptor() ([]byte, []int) + func (*ResourceSpans) ProtoMessage() + func (x *ResourceSpans) GetResource() *v1.Resource + func (x *ResourceSpans) GetSchemaUrl() string + func (x *ResourceSpans) GetScopeSpans() []*ScopeSpans + func (x *ResourceSpans) ProtoReflect() protoreflect.Message + func (x *ResourceSpans) Reset() + func (x *ResourceSpans) String() string + type ScopeSpans struct + SchemaUrl string + Scope *v11.InstrumentationScope + Spans []*Span + func (*ScopeSpans) Descriptor() ([]byte, []int) + func (*ScopeSpans) ProtoMessage() + func (x *ScopeSpans) GetSchemaUrl() string + func (x *ScopeSpans) GetScope() *v11.InstrumentationScope + func (x *ScopeSpans) GetSpans() []*Span + func (x *ScopeSpans) ProtoReflect() protoreflect.Message + func (x *ScopeSpans) Reset() + func (x *ScopeSpans) String() string + type Span struct + Attributes []*v11.KeyValue + DroppedAttributesCount uint32 + DroppedEventsCount uint32 + DroppedLinksCount uint32 + EndTimeUnixNano uint64 + Events []*Span_Event + Kind Span_SpanKind + Links []*Span_Link + Name string + ParentSpanId []byte + SpanId []byte + StartTimeUnixNano uint64 + Status *Status + TraceId []byte + TraceState string + func (*Span) Descriptor() ([]byte, []int) + func (*Span) ProtoMessage() + func (x *Span) GetAttributes() []*v11.KeyValue + func (x *Span) GetDroppedAttributesCount() uint32 + func (x *Span) GetDroppedEventsCount() uint32 + func (x *Span) GetDroppedLinksCount() uint32 + func (x *Span) GetEndTimeUnixNano() uint64 + func (x *Span) GetEvents() []*Span_Event + func (x *Span) GetKind() Span_SpanKind + func (x *Span) GetLinks() []*Span_Link + func (x *Span) GetName() string + func (x *Span) GetParentSpanId() []byte + func (x *Span) GetSpanId() []byte + func (x *Span) GetStartTimeUnixNano() uint64 + func (x *Span) GetStatus() *Status + func (x *Span) GetTraceId() []byte + func (x *Span) GetTraceState() string + func (x *Span) ProtoReflect() protoreflect.Message + func (x *Span) Reset() + func (x *Span) String() string + type Span_Event struct + Attributes []*v11.KeyValue + DroppedAttributesCount uint32 + Name string + TimeUnixNano uint64 + func (*Span_Event) Descriptor() ([]byte, []int) + func (*Span_Event) ProtoMessage() + func (x *Span_Event) GetAttributes() []*v11.KeyValue + func (x *Span_Event) GetDroppedAttributesCount() uint32 + func (x *Span_Event) GetName() string + func (x *Span_Event) GetTimeUnixNano() uint64 + func (x *Span_Event) ProtoReflect() protoreflect.Message + func (x *Span_Event) Reset() + func (x *Span_Event) String() string + type Span_Link struct + Attributes []*v11.KeyValue + DroppedAttributesCount uint32 + SpanId []byte + TraceId []byte + TraceState string + func (*Span_Link) Descriptor() ([]byte, []int) + func (*Span_Link) ProtoMessage() + func (x *Span_Link) GetAttributes() []*v11.KeyValue + func (x *Span_Link) GetDroppedAttributesCount() uint32 + func (x *Span_Link) GetSpanId() []byte + func (x *Span_Link) GetTraceId() []byte + func (x *Span_Link) GetTraceState() string + func (x *Span_Link) ProtoReflect() protoreflect.Message + func (x *Span_Link) Reset() + func (x *Span_Link) String() string + type Span_SpanKind int32 + const Span_SPAN_KIND_CLIENT + const Span_SPAN_KIND_CONSUMER + const Span_SPAN_KIND_INTERNAL + const Span_SPAN_KIND_PRODUCER + const Span_SPAN_KIND_SERVER + const Span_SPAN_KIND_UNSPECIFIED + func (Span_SpanKind) Descriptor() protoreflect.EnumDescriptor + func (Span_SpanKind) EnumDescriptor() ([]byte, []int) + func (Span_SpanKind) Type() protoreflect.EnumType + func (x Span_SpanKind) Enum() *Span_SpanKind + func (x Span_SpanKind) Number() protoreflect.EnumNumber + func (x Span_SpanKind) String() string + type Status struct + Code Status_StatusCode + Message string + func (*Status) Descriptor() ([]byte, []int) + func (*Status) ProtoMessage() + func (x *Status) GetCode() Status_StatusCode + func (x *Status) GetMessage() string + func (x *Status) ProtoReflect() protoreflect.Message + func (x *Status) Reset() + func (x *Status) String() string + type Status_StatusCode int32 + const Status_STATUS_CODE_ERROR + const Status_STATUS_CODE_OK + const Status_STATUS_CODE_UNSET + func (Status_StatusCode) Descriptor() protoreflect.EnumDescriptor + func (Status_StatusCode) EnumDescriptor() ([]byte, []int) + func (Status_StatusCode) Type() protoreflect.EnumType + func (x Status_StatusCode) Enum() *Status_StatusCode + func (x Status_StatusCode) Number() protoreflect.EnumNumber + func (x Status_StatusCode) String() string + type TracesData struct + ResourceSpans []*ResourceSpans + func (*TracesData) Descriptor() ([]byte, []int) + func (*TracesData) ProtoMessage() + func (x *TracesData) GetResourceSpans() []*ResourceSpans + func (x *TracesData) ProtoReflect() protoreflect.Message + func (x *TracesData) Reset() + func (x *TracesData) String() string