Versions in this module Expand all Collapse all v1 v1.3.1 Jun 11, 2024 Changes in this version + var AggregationTemporality_name = map[int32]string + var AggregationTemporality_value = map[string]int32 + var BuildIdKind_name = map[int32]string + var BuildIdKind_value = map[string]int32 + var File_opentelemetry_proto_profiles_v1experimental_pprofextended_proto protoreflect.FileDescriptor + var File_opentelemetry_proto_profiles_v1experimental_profiles_proto protoreflect.FileDescriptor + type AggregationTemporality int32 + const AggregationTemporality_AGGREGATION_TEMPORALITY_CUMULATIVE + const AggregationTemporality_AGGREGATION_TEMPORALITY_DELTA + const AggregationTemporality_AGGREGATION_TEMPORALITY_UNSPECIFIED + func (AggregationTemporality) Descriptor() protoreflect.EnumDescriptor + func (AggregationTemporality) EnumDescriptor() ([]byte, []int) + func (AggregationTemporality) Type() protoreflect.EnumType + func (x AggregationTemporality) Enum() *AggregationTemporality + func (x AggregationTemporality) Number() protoreflect.EnumNumber + func (x AggregationTemporality) String() string + type AttributeUnit struct + AttributeKey int64 + Unit int64 + func (*AttributeUnit) Descriptor() ([]byte, []int) + func (*AttributeUnit) ProtoMessage() + func (x *AttributeUnit) GetAttributeKey() int64 + func (x *AttributeUnit) GetUnit() int64 + func (x *AttributeUnit) ProtoReflect() protoreflect.Message + func (x *AttributeUnit) Reset() + func (x *AttributeUnit) String() string + type BuildIdKind int32 + const BuildIdKind_BUILD_ID_BINARY_HASH + const BuildIdKind_BUILD_ID_LINKER + func (BuildIdKind) Descriptor() protoreflect.EnumDescriptor + func (BuildIdKind) EnumDescriptor() ([]byte, []int) + func (BuildIdKind) Type() protoreflect.EnumType + func (x BuildIdKind) Enum() *BuildIdKind + func (x BuildIdKind) Number() protoreflect.EnumNumber + func (x BuildIdKind) String() string + type Function struct + Filename int64 + Id uint64 + Name int64 + StartLine int64 + SystemName int64 + func (*Function) Descriptor() ([]byte, []int) + func (*Function) ProtoMessage() + func (x *Function) GetFilename() int64 + func (x *Function) GetId() uint64 + func (x *Function) GetName() int64 + func (x *Function) GetStartLine() int64 + func (x *Function) GetSystemName() int64 + func (x *Function) ProtoReflect() protoreflect.Message + func (x *Function) Reset() + func (x *Function) String() string + type Label struct + Key int64 + Num int64 + NumUnit int64 + Str int64 + func (*Label) Descriptor() ([]byte, []int) + func (*Label) ProtoMessage() + func (x *Label) GetKey() int64 + func (x *Label) GetNum() int64 + func (x *Label) GetNumUnit() int64 + func (x *Label) GetStr() int64 + func (x *Label) ProtoReflect() protoreflect.Message + func (x *Label) Reset() + func (x *Label) String() string + type Line struct + Column int64 + FunctionIndex uint64 + Line int64 + func (*Line) Descriptor() ([]byte, []int) + func (*Line) ProtoMessage() + func (x *Line) GetColumn() int64 + func (x *Line) GetFunctionIndex() uint64 + func (x *Line) GetLine() int64 + func (x *Line) ProtoReflect() protoreflect.Message + func (x *Line) Reset() + func (x *Line) String() string + type Link struct + SpanId []byte + TraceId []byte + func (*Link) Descriptor() ([]byte, []int) + func (*Link) ProtoMessage() + func (x *Link) GetSpanId() []byte + func (x *Link) GetTraceId() []byte + func (x *Link) ProtoReflect() protoreflect.Message + func (x *Link) Reset() + func (x *Link) String() string + type Location struct + Address uint64 + Attributes []uint64 + Id uint64 + IsFolded bool + Line []*Line + MappingIndex uint64 + TypeIndex uint32 + func (*Location) Descriptor() ([]byte, []int) + func (*Location) ProtoMessage() + func (x *Location) GetAddress() uint64 + func (x *Location) GetAttributes() []uint64 + func (x *Location) GetId() uint64 + func (x *Location) GetIsFolded() bool + func (x *Location) GetLine() []*Line + func (x *Location) GetMappingIndex() uint64 + func (x *Location) GetTypeIndex() uint32 + func (x *Location) ProtoReflect() protoreflect.Message + func (x *Location) Reset() + func (x *Location) String() string + type Mapping struct + Attributes []uint64 + BuildId int64 + BuildIdKind BuildIdKind + FileOffset uint64 + Filename int64 + HasFilenames bool + HasFunctions bool + HasInlineFrames bool + HasLineNumbers bool + Id uint64 + MemoryLimit uint64 + MemoryStart uint64 + func (*Mapping) Descriptor() ([]byte, []int) + func (*Mapping) ProtoMessage() + func (x *Mapping) GetAttributes() []uint64 + func (x *Mapping) GetBuildId() int64 + func (x *Mapping) GetBuildIdKind() BuildIdKind + func (x *Mapping) GetFileOffset() uint64 + func (x *Mapping) GetFilename() int64 + func (x *Mapping) GetHasFilenames() bool + func (x *Mapping) GetHasFunctions() bool + func (x *Mapping) GetHasInlineFrames() bool + func (x *Mapping) GetHasLineNumbers() bool + func (x *Mapping) GetId() uint64 + func (x *Mapping) GetMemoryLimit() uint64 + func (x *Mapping) GetMemoryStart() uint64 + func (x *Mapping) ProtoReflect() protoreflect.Message + func (x *Mapping) Reset() + func (x *Mapping) String() string + type Profile struct + AttributeTable []*v1.KeyValue + AttributeUnits []*AttributeUnit + Comment []int64 + DefaultSampleType int64 + DropFrames int64 + DurationNanos int64 + Function []*Function + KeepFrames int64 + LinkTable []*Link + Location []*Location + LocationIndices []int64 + Mapping []*Mapping + Period int64 + PeriodType *ValueType + Sample []*Sample + SampleType []*ValueType + StringTable []string + TimeNanos int64 + func (*Profile) Descriptor() ([]byte, []int) + func (*Profile) ProtoMessage() + func (x *Profile) GetAttributeTable() []*v1.KeyValue + func (x *Profile) GetAttributeUnits() []*AttributeUnit + func (x *Profile) GetComment() []int64 + func (x *Profile) GetDefaultSampleType() int64 + func (x *Profile) GetDropFrames() int64 + func (x *Profile) GetDurationNanos() int64 + func (x *Profile) GetFunction() []*Function + func (x *Profile) GetKeepFrames() int64 + func (x *Profile) GetLinkTable() []*Link + func (x *Profile) GetLocation() []*Location + func (x *Profile) GetLocationIndices() []int64 + func (x *Profile) GetMapping() []*Mapping + func (x *Profile) GetPeriod() int64 + func (x *Profile) GetPeriodType() *ValueType + func (x *Profile) GetSample() []*Sample + func (x *Profile) GetSampleType() []*ValueType + func (x *Profile) GetStringTable() []string + func (x *Profile) GetTimeNanos() int64 + func (x *Profile) ProtoReflect() protoreflect.Message + func (x *Profile) Reset() + func (x *Profile) String() string + type ProfileContainer struct + Attributes []*v11.KeyValue + DroppedAttributesCount uint32 + EndTimeUnixNano uint64 + OriginalPayload []byte + OriginalPayloadFormat string + Profile *Profile + ProfileId []byte + StartTimeUnixNano uint64 + func (*ProfileContainer) Descriptor() ([]byte, []int) + func (*ProfileContainer) ProtoMessage() + func (x *ProfileContainer) GetAttributes() []*v11.KeyValue + func (x *ProfileContainer) GetDroppedAttributesCount() uint32 + func (x *ProfileContainer) GetEndTimeUnixNano() uint64 + func (x *ProfileContainer) GetOriginalPayload() []byte + func (x *ProfileContainer) GetOriginalPayloadFormat() string + func (x *ProfileContainer) GetProfile() *Profile + func (x *ProfileContainer) GetProfileId() []byte + func (x *ProfileContainer) GetStartTimeUnixNano() uint64 + func (x *ProfileContainer) ProtoReflect() protoreflect.Message + func (x *ProfileContainer) Reset() + func (x *ProfileContainer) String() string + type ProfilesData struct + ResourceProfiles []*ResourceProfiles + func (*ProfilesData) Descriptor() ([]byte, []int) + func (*ProfilesData) ProtoMessage() + func (x *ProfilesData) GetResourceProfiles() []*ResourceProfiles + func (x *ProfilesData) ProtoReflect() protoreflect.Message + func (x *ProfilesData) Reset() + func (x *ProfilesData) String() string + type ResourceProfiles struct + Resource *v1.Resource + SchemaUrl string + ScopeProfiles []*ScopeProfiles + func (*ResourceProfiles) Descriptor() ([]byte, []int) + func (*ResourceProfiles) ProtoMessage() + func (x *ResourceProfiles) GetResource() *v1.Resource + func (x *ResourceProfiles) GetSchemaUrl() string + func (x *ResourceProfiles) GetScopeProfiles() []*ScopeProfiles + func (x *ResourceProfiles) ProtoReflect() protoreflect.Message + func (x *ResourceProfiles) Reset() + func (x *ResourceProfiles) String() string + type Sample struct + Attributes []uint64 + Label []*Label + Link uint64 + LocationIndex []uint64 + LocationsLength uint64 + LocationsStartIndex uint64 + StacktraceIdIndex uint32 + TimestampsUnixNano []uint64 + Value []int64 + func (*Sample) Descriptor() ([]byte, []int) + func (*Sample) ProtoMessage() + func (x *Sample) GetAttributes() []uint64 + func (x *Sample) GetLabel() []*Label + func (x *Sample) GetLink() uint64 + func (x *Sample) GetLocationIndex() []uint64 + func (x *Sample) GetLocationsLength() uint64 + func (x *Sample) GetLocationsStartIndex() uint64 + func (x *Sample) GetStacktraceIdIndex() uint32 + func (x *Sample) GetTimestampsUnixNano() []uint64 + func (x *Sample) GetValue() []int64 + func (x *Sample) ProtoReflect() protoreflect.Message + func (x *Sample) Reset() + func (x *Sample) String() string + type ScopeProfiles struct + Profiles []*ProfileContainer + SchemaUrl string + Scope *v11.InstrumentationScope + func (*ScopeProfiles) Descriptor() ([]byte, []int) + func (*ScopeProfiles) ProtoMessage() + func (x *ScopeProfiles) GetProfiles() []*ProfileContainer + func (x *ScopeProfiles) GetSchemaUrl() string + func (x *ScopeProfiles) GetScope() *v11.InstrumentationScope + func (x *ScopeProfiles) ProtoReflect() protoreflect.Message + func (x *ScopeProfiles) Reset() + func (x *ScopeProfiles) String() string + type ValueType struct + AggregationTemporality AggregationTemporality + Type int64 + Unit int64 + func (*ValueType) Descriptor() ([]byte, []int) + func (*ValueType) ProtoMessage() + func (x *ValueType) GetAggregationTemporality() AggregationTemporality + func (x *ValueType) GetType() int64 + func (x *ValueType) GetUnit() int64 + func (x *ValueType) ProtoReflect() protoreflect.Message + func (x *ValueType) Reset() + func (x *ValueType) String() string