typesv1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2024 License: Apache-2.0 Imports: 10 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TimeSeriesAggregationType_name = map[int32]string{
		0: "TIME_SERIES_AGGREGATION_TYPE_SUM",
		1: "TIME_SERIES_AGGREGATION_TYPE_AVERAGE",
	}
	TimeSeriesAggregationType_value = map[string]int32{
		"TIME_SERIES_AGGREGATION_TYPE_SUM":     0,
		"TIME_SERIES_AGGREGATION_TYPE_AVERAGE": 1,
	}
)

Enum value maps for TimeSeriesAggregationType.

View Source
var (
	ErrInvalidLength        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflow          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group")
)
View Source
var File_types_v1_types_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BlockCompaction added in v0.3.0

type BlockCompaction struct {
	Level   int32    `protobuf:"varint,1,opt,name=level,proto3" json:"level,omitempty"`
	Sources []string `protobuf:"bytes,2,rep,name=sources,proto3" json:"sources,omitempty"`
	Parents []string `protobuf:"bytes,3,rep,name=parents,proto3" json:"parents,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockCompaction) CloneMessageVT added in v0.3.0

func (m *BlockCompaction) CloneMessageVT() proto.Message

func (*BlockCompaction) CloneVT added in v0.3.0

func (m *BlockCompaction) CloneVT() *BlockCompaction

func (*BlockCompaction) Descriptor deprecated added in v0.3.0

func (*BlockCompaction) Descriptor() ([]byte, []int)

Deprecated: Use BlockCompaction.ProtoReflect.Descriptor instead.

func (*BlockCompaction) EqualMessageVT added in v0.4.0

func (this *BlockCompaction) EqualMessageVT(thatMsg proto.Message) bool

func (*BlockCompaction) EqualVT added in v0.4.0

func (this *BlockCompaction) EqualVT(that *BlockCompaction) bool

func (*BlockCompaction) GetLevel added in v0.3.0

func (x *BlockCompaction) GetLevel() int32

func (*BlockCompaction) GetParents added in v0.3.0

func (x *BlockCompaction) GetParents() []string

func (*BlockCompaction) GetSources added in v0.3.0

func (x *BlockCompaction) GetSources() []string

func (*BlockCompaction) MarshalToSizedBufferVT added in v0.3.0

func (m *BlockCompaction) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BlockCompaction) MarshalToVT added in v0.3.0

func (m *BlockCompaction) MarshalToVT(dAtA []byte) (int, error)

func (*BlockCompaction) MarshalVT added in v0.3.0

func (m *BlockCompaction) MarshalVT() (dAtA []byte, err error)

func (*BlockCompaction) ProtoMessage added in v0.3.0

func (*BlockCompaction) ProtoMessage()

func (*BlockCompaction) ProtoReflect added in v0.3.0

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

func (*BlockCompaction) Reset added in v0.3.0

func (x *BlockCompaction) Reset()

func (*BlockCompaction) SizeVT added in v0.3.0

func (m *BlockCompaction) SizeVT() (n int)

func (*BlockCompaction) String added in v0.3.0

func (x *BlockCompaction) String() string

func (*BlockCompaction) UnmarshalVT added in v0.3.0

func (m *BlockCompaction) UnmarshalVT(dAtA []byte) error

type BlockInfo added in v0.3.0

type BlockInfo struct {
	Ulid       string           `protobuf:"bytes,1,opt,name=ulid,proto3" json:"ulid,omitempty"`
	MinTime    int64            `protobuf:"varint,2,opt,name=min_time,json=minTime,proto3" json:"min_time,omitempty"`
	MaxTime    int64            `protobuf:"varint,3,opt,name=max_time,json=maxTime,proto3" json:"max_time,omitempty"`
	Compaction *BlockCompaction `protobuf:"bytes,4,opt,name=compaction,proto3" json:"compaction,omitempty"`
	Labels     []*LabelPair     `protobuf:"bytes,5,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockInfo) CloneMessageVT added in v0.3.0

func (m *BlockInfo) CloneMessageVT() proto.Message

func (*BlockInfo) CloneVT added in v0.3.0

func (m *BlockInfo) CloneVT() *BlockInfo

func (*BlockInfo) Descriptor deprecated added in v0.3.0

func (*BlockInfo) Descriptor() ([]byte, []int)

Deprecated: Use BlockInfo.ProtoReflect.Descriptor instead.

func (*BlockInfo) EqualMessageVT added in v0.4.0

func (this *BlockInfo) EqualMessageVT(thatMsg proto.Message) bool

func (*BlockInfo) EqualVT added in v0.4.0

func (this *BlockInfo) EqualVT(that *BlockInfo) bool

func (*BlockInfo) GetCompaction added in v0.3.0

func (x *BlockInfo) GetCompaction() *BlockCompaction

func (*BlockInfo) GetLabels added in v0.3.0

func (x *BlockInfo) GetLabels() []*LabelPair

func (*BlockInfo) GetMaxTime added in v0.3.0

func (x *BlockInfo) GetMaxTime() int64

func (*BlockInfo) GetMinTime added in v0.3.0

func (x *BlockInfo) GetMinTime() int64

func (*BlockInfo) GetUlid added in v0.3.0

func (x *BlockInfo) GetUlid() string

func (*BlockInfo) MarshalToSizedBufferVT added in v0.3.0

func (m *BlockInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BlockInfo) MarshalToVT added in v0.3.0

func (m *BlockInfo) MarshalToVT(dAtA []byte) (int, error)

func (*BlockInfo) MarshalVT added in v0.3.0

func (m *BlockInfo) MarshalVT() (dAtA []byte, err error)

func (*BlockInfo) ProtoMessage added in v0.3.0

func (*BlockInfo) ProtoMessage()

func (*BlockInfo) ProtoReflect added in v0.3.0

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

func (*BlockInfo) Reset added in v0.3.0

func (x *BlockInfo) Reset()

func (*BlockInfo) SizeVT added in v0.3.0

func (m *BlockInfo) SizeVT() (n int)

func (*BlockInfo) String added in v0.3.0

func (x *BlockInfo) String() string

func (*BlockInfo) UnmarshalVT added in v0.3.0

func (m *BlockInfo) UnmarshalVT(dAtA []byte) error

type LabelNamesRequest

type LabelNamesRequest struct {
	Matchers []string `protobuf:"bytes,1,rep,name=matchers,proto3" json:"matchers,omitempty"`
	Start    int64    `protobuf:"varint,2,opt,name=start,proto3" json:"start,omitempty"`
	End      int64    `protobuf:"varint,3,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*LabelNamesRequest) CloneMessageVT

func (m *LabelNamesRequest) CloneMessageVT() proto.Message

func (*LabelNamesRequest) CloneVT

func (m *LabelNamesRequest) CloneVT() *LabelNamesRequest

func (*LabelNamesRequest) Descriptor deprecated

func (*LabelNamesRequest) Descriptor() ([]byte, []int)

Deprecated: Use LabelNamesRequest.ProtoReflect.Descriptor instead.

func (*LabelNamesRequest) EqualMessageVT added in v0.4.0

func (this *LabelNamesRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*LabelNamesRequest) EqualVT added in v0.4.0

func (this *LabelNamesRequest) EqualVT(that *LabelNamesRequest) bool

func (*LabelNamesRequest) GetEnd added in v0.3.0

func (x *LabelNamesRequest) GetEnd() int64

func (*LabelNamesRequest) GetMatchers

func (x *LabelNamesRequest) GetMatchers() []string

func (*LabelNamesRequest) GetStart added in v0.3.0

func (x *LabelNamesRequest) GetStart() int64

func (*LabelNamesRequest) MarshalToSizedBufferVT

func (m *LabelNamesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LabelNamesRequest) MarshalToVT

func (m *LabelNamesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*LabelNamesRequest) MarshalVT

func (m *LabelNamesRequest) MarshalVT() (dAtA []byte, err error)

func (*LabelNamesRequest) ProtoMessage

func (*LabelNamesRequest) ProtoMessage()

func (*LabelNamesRequest) ProtoReflect

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

func (*LabelNamesRequest) Reset

func (x *LabelNamesRequest) Reset()

func (*LabelNamesRequest) SizeVT

func (m *LabelNamesRequest) SizeVT() (n int)

func (*LabelNamesRequest) String

func (x *LabelNamesRequest) String() string

func (*LabelNamesRequest) UnmarshalVT

func (m *LabelNamesRequest) UnmarshalVT(dAtA []byte) error

type LabelNamesResponse

type LabelNamesResponse struct {
	Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*LabelNamesResponse) CloneMessageVT

func (m *LabelNamesResponse) CloneMessageVT() proto.Message

func (*LabelNamesResponse) CloneVT

func (m *LabelNamesResponse) CloneVT() *LabelNamesResponse

func (*LabelNamesResponse) Descriptor deprecated

func (*LabelNamesResponse) Descriptor() ([]byte, []int)

Deprecated: Use LabelNamesResponse.ProtoReflect.Descriptor instead.

func (*LabelNamesResponse) EqualMessageVT added in v0.4.0

func (this *LabelNamesResponse) EqualMessageVT(thatMsg proto.Message) bool

func (*LabelNamesResponse) EqualVT added in v0.4.0

func (this *LabelNamesResponse) EqualVT(that *LabelNamesResponse) bool

func (*LabelNamesResponse) GetNames

func (x *LabelNamesResponse) GetNames() []string

func (*LabelNamesResponse) MarshalToSizedBufferVT

func (m *LabelNamesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LabelNamesResponse) MarshalToVT

func (m *LabelNamesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*LabelNamesResponse) MarshalVT

func (m *LabelNamesResponse) MarshalVT() (dAtA []byte, err error)

func (*LabelNamesResponse) ProtoMessage

func (*LabelNamesResponse) ProtoMessage()

func (*LabelNamesResponse) ProtoReflect

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

func (*LabelNamesResponse) Reset

func (x *LabelNamesResponse) Reset()

func (*LabelNamesResponse) SizeVT

func (m *LabelNamesResponse) SizeVT() (n int)

func (*LabelNamesResponse) String

func (x *LabelNamesResponse) String() string

func (*LabelNamesResponse) UnmarshalVT

func (m *LabelNamesResponse) UnmarshalVT(dAtA []byte) error

type LabelPair

type LabelPair struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*LabelPair) CloneMessageVT

func (m *LabelPair) CloneMessageVT() proto.Message

func (*LabelPair) CloneVT

func (m *LabelPair) CloneVT() *LabelPair

func (*LabelPair) Descriptor deprecated

func (*LabelPair) Descriptor() ([]byte, []int)

Deprecated: Use LabelPair.ProtoReflect.Descriptor instead.

func (*LabelPair) EqualMessageVT added in v0.4.0

func (this *LabelPair) EqualMessageVT(thatMsg proto.Message) bool

func (*LabelPair) EqualVT added in v0.4.0

func (this *LabelPair) EqualVT(that *LabelPair) bool

func (*LabelPair) GetName

func (x *LabelPair) GetName() string

func (*LabelPair) GetValue

func (x *LabelPair) GetValue() string

func (*LabelPair) MarshalToSizedBufferVT

func (m *LabelPair) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LabelPair) MarshalToVT

func (m *LabelPair) MarshalToVT(dAtA []byte) (int, error)

func (*LabelPair) MarshalVT

func (m *LabelPair) MarshalVT() (dAtA []byte, err error)

func (*LabelPair) ProtoMessage

func (*LabelPair) ProtoMessage()

func (*LabelPair) ProtoReflect

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

func (*LabelPair) Reset

func (x *LabelPair) Reset()

func (*LabelPair) SizeVT

func (m *LabelPair) SizeVT() (n int)

func (*LabelPair) String

func (x *LabelPair) String() string

func (*LabelPair) UnmarshalVT

func (m *LabelPair) UnmarshalVT(dAtA []byte) error

type LabelValuesRequest

type LabelValuesRequest struct {
	Name     string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Matchers []string `protobuf:"bytes,2,rep,name=matchers,proto3" json:"matchers,omitempty"`
	Start    int64    `protobuf:"varint,3,opt,name=start,proto3" json:"start,omitempty"`
	End      int64    `protobuf:"varint,4,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*LabelValuesRequest) CloneMessageVT

func (m *LabelValuesRequest) CloneMessageVT() proto.Message

func (*LabelValuesRequest) CloneVT

func (m *LabelValuesRequest) CloneVT() *LabelValuesRequest

func (*LabelValuesRequest) Descriptor deprecated

func (*LabelValuesRequest) Descriptor() ([]byte, []int)

Deprecated: Use LabelValuesRequest.ProtoReflect.Descriptor instead.

func (*LabelValuesRequest) EqualMessageVT added in v0.4.0

func (this *LabelValuesRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*LabelValuesRequest) EqualVT added in v0.4.0

func (this *LabelValuesRequest) EqualVT(that *LabelValuesRequest) bool

func (*LabelValuesRequest) GetEnd added in v0.3.0

func (x *LabelValuesRequest) GetEnd() int64

func (*LabelValuesRequest) GetMatchers

func (x *LabelValuesRequest) GetMatchers() []string

func (*LabelValuesRequest) GetName

func (x *LabelValuesRequest) GetName() string

func (*LabelValuesRequest) GetStart added in v0.3.0

func (x *LabelValuesRequest) GetStart() int64

func (*LabelValuesRequest) MarshalToSizedBufferVT

func (m *LabelValuesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LabelValuesRequest) MarshalToVT

func (m *LabelValuesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*LabelValuesRequest) MarshalVT

func (m *LabelValuesRequest) MarshalVT() (dAtA []byte, err error)

func (*LabelValuesRequest) ProtoMessage

func (*LabelValuesRequest) ProtoMessage()

func (*LabelValuesRequest) ProtoReflect

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

func (*LabelValuesRequest) Reset

func (x *LabelValuesRequest) Reset()

func (*LabelValuesRequest) SizeVT

func (m *LabelValuesRequest) SizeVT() (n int)

func (*LabelValuesRequest) String

func (x *LabelValuesRequest) String() string

func (*LabelValuesRequest) UnmarshalVT

func (m *LabelValuesRequest) UnmarshalVT(dAtA []byte) error

type LabelValuesResponse

type LabelValuesResponse struct {
	Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*LabelValuesResponse) CloneMessageVT

func (m *LabelValuesResponse) CloneMessageVT() proto.Message

func (*LabelValuesResponse) CloneVT

func (*LabelValuesResponse) Descriptor deprecated

func (*LabelValuesResponse) Descriptor() ([]byte, []int)

Deprecated: Use LabelValuesResponse.ProtoReflect.Descriptor instead.

func (*LabelValuesResponse) EqualMessageVT added in v0.4.0

func (this *LabelValuesResponse) EqualMessageVT(thatMsg proto.Message) bool

func (*LabelValuesResponse) EqualVT added in v0.4.0

func (this *LabelValuesResponse) EqualVT(that *LabelValuesResponse) bool

func (*LabelValuesResponse) GetNames

func (x *LabelValuesResponse) GetNames() []string

func (*LabelValuesResponse) MarshalToSizedBufferVT

func (m *LabelValuesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*LabelValuesResponse) MarshalToVT

func (m *LabelValuesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*LabelValuesResponse) MarshalVT

func (m *LabelValuesResponse) MarshalVT() (dAtA []byte, err error)

func (*LabelValuesResponse) ProtoMessage

func (*LabelValuesResponse) ProtoMessage()

func (*LabelValuesResponse) ProtoReflect

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

func (*LabelValuesResponse) Reset

func (x *LabelValuesResponse) Reset()

func (*LabelValuesResponse) SizeVT

func (m *LabelValuesResponse) SizeVT() (n int)

func (*LabelValuesResponse) String

func (x *LabelValuesResponse) String() string

func (*LabelValuesResponse) UnmarshalVT

func (m *LabelValuesResponse) UnmarshalVT(dAtA []byte) error

type Labels

type Labels struct {

	// LabelPair is the key value pairs to identify the corresponding profile
	Labels []*LabelPair `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*Labels) CloneMessageVT

func (m *Labels) CloneMessageVT() proto.Message

func (*Labels) CloneVT

func (m *Labels) CloneVT() *Labels

func (*Labels) Descriptor deprecated

func (*Labels) Descriptor() ([]byte, []int)

Deprecated: Use Labels.ProtoReflect.Descriptor instead.

func (*Labels) EqualMessageVT added in v0.4.0

func (this *Labels) EqualMessageVT(thatMsg proto.Message) bool

func (*Labels) EqualVT added in v0.4.0

func (this *Labels) EqualVT(that *Labels) bool

func (*Labels) GetLabels

func (x *Labels) GetLabels() []*LabelPair

func (*Labels) MarshalToSizedBufferVT

func (m *Labels) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Labels) MarshalToVT

func (m *Labels) MarshalToVT(dAtA []byte) (int, error)

func (*Labels) MarshalVT

func (m *Labels) MarshalVT() (dAtA []byte, err error)

func (*Labels) ProtoMessage

func (*Labels) ProtoMessage()

func (*Labels) ProtoReflect

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

func (*Labels) Reset

func (x *Labels) Reset()

func (*Labels) SizeVT

func (m *Labels) SizeVT() (n int)

func (*Labels) String

func (x *Labels) String() string

func (*Labels) UnmarshalVT

func (m *Labels) UnmarshalVT(dAtA []byte) error

type Location added in v0.4.0

type Location struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Location) CloneMessageVT added in v0.4.0

func (m *Location) CloneMessageVT() proto.Message

func (*Location) CloneVT added in v0.4.0

func (m *Location) CloneVT() *Location

func (*Location) Descriptor deprecated added in v0.4.0

func (*Location) Descriptor() ([]byte, []int)

Deprecated: Use Location.ProtoReflect.Descriptor instead.

func (*Location) EqualMessageVT added in v0.4.0

func (this *Location) EqualMessageVT(thatMsg proto.Message) bool

func (*Location) EqualVT added in v0.4.0

func (this *Location) EqualVT(that *Location) bool

func (*Location) GetName added in v0.4.0

func (x *Location) GetName() string

func (*Location) MarshalToSizedBufferVT added in v0.4.0

func (m *Location) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Location) MarshalToVT added in v0.4.0

func (m *Location) MarshalToVT(dAtA []byte) (int, error)

func (*Location) MarshalVT added in v0.4.0

func (m *Location) MarshalVT() (dAtA []byte, err error)

func (*Location) ProtoMessage added in v0.4.0

func (*Location) ProtoMessage()

func (*Location) ProtoReflect added in v0.4.0

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

func (*Location) Reset added in v0.4.0

func (x *Location) Reset()

func (*Location) SizeVT added in v0.4.0

func (m *Location) SizeVT() (n int)

func (*Location) String added in v0.4.0

func (x *Location) String() string

func (*Location) UnmarshalVT added in v0.4.0

func (m *Location) UnmarshalVT(dAtA []byte) error

type Point

type Point struct {
	Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"`
	// Milliseconds unix timestamp
	Timestamp int64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Point) CloneMessageVT

func (m *Point) CloneMessageVT() proto.Message

func (*Point) CloneVT

func (m *Point) CloneVT() *Point

func (*Point) Descriptor deprecated

func (*Point) Descriptor() ([]byte, []int)

Deprecated: Use Point.ProtoReflect.Descriptor instead.

func (*Point) EqualMessageVT added in v0.4.0

func (this *Point) EqualMessageVT(thatMsg proto.Message) bool

func (*Point) EqualVT added in v0.4.0

func (this *Point) EqualVT(that *Point) bool

func (*Point) GetTimestamp

func (x *Point) GetTimestamp() int64

func (*Point) GetValue

func (x *Point) GetValue() float64

func (*Point) MarshalToSizedBufferVT

func (m *Point) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Point) MarshalToVT

func (m *Point) MarshalToVT(dAtA []byte) (int, error)

func (*Point) MarshalVT

func (m *Point) MarshalVT() (dAtA []byte, err error)

func (*Point) ProtoMessage

func (*Point) ProtoMessage()

func (*Point) ProtoReflect

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

func (*Point) Reset

func (x *Point) Reset()

func (*Point) SizeVT

func (m *Point) SizeVT() (n int)

func (*Point) String

func (x *Point) String() string

func (*Point) UnmarshalVT

func (m *Point) UnmarshalVT(dAtA []byte) error

type ProfileType

type ProfileType struct {
	ID         string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Name       string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	SampleType string `protobuf:"bytes,4,opt,name=sample_type,json=sampleType,proto3" json:"sample_type,omitempty"`
	SampleUnit string `protobuf:"bytes,5,opt,name=sample_unit,json=sampleUnit,proto3" json:"sample_unit,omitempty"`
	PeriodType string `protobuf:"bytes,6,opt,name=period_type,json=periodType,proto3" json:"period_type,omitempty"`
	PeriodUnit string `protobuf:"bytes,7,opt,name=period_unit,json=periodUnit,proto3" json:"period_unit,omitempty"`
	// contains filtered or unexported fields
}

func (*ProfileType) CloneMessageVT

func (m *ProfileType) CloneMessageVT() proto.Message

func (*ProfileType) CloneVT

func (m *ProfileType) CloneVT() *ProfileType

func (*ProfileType) Descriptor deprecated

func (*ProfileType) Descriptor() ([]byte, []int)

Deprecated: Use ProfileType.ProtoReflect.Descriptor instead.

func (*ProfileType) EqualMessageVT added in v0.4.0

func (this *ProfileType) EqualMessageVT(thatMsg proto.Message) bool

func (*ProfileType) EqualVT added in v0.4.0

func (this *ProfileType) EqualVT(that *ProfileType) bool

func (*ProfileType) GetID

func (x *ProfileType) GetID() string

func (*ProfileType) GetName

func (x *ProfileType) GetName() string

func (*ProfileType) GetPeriodType

func (x *ProfileType) GetPeriodType() string

func (*ProfileType) GetPeriodUnit

func (x *ProfileType) GetPeriodUnit() string

func (*ProfileType) GetSampleType

func (x *ProfileType) GetSampleType() string

func (*ProfileType) GetSampleUnit

func (x *ProfileType) GetSampleUnit() string

func (*ProfileType) MarshalToSizedBufferVT

func (m *ProfileType) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ProfileType) MarshalToVT

func (m *ProfileType) MarshalToVT(dAtA []byte) (int, error)

func (*ProfileType) MarshalVT

func (m *ProfileType) MarshalVT() (dAtA []byte, err error)

func (*ProfileType) ProtoMessage

func (*ProfileType) ProtoMessage()

func (*ProfileType) ProtoReflect

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

func (*ProfileType) Reset

func (x *ProfileType) Reset()

func (*ProfileType) SizeVT

func (m *ProfileType) SizeVT() (n int)

func (*ProfileType) String

func (x *ProfileType) String() string

func (*ProfileType) UnmarshalVT

func (m *ProfileType) UnmarshalVT(dAtA []byte) error

type Series

type Series struct {
	Labels []*LabelPair `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty"`
	Points []*Point     `protobuf:"bytes,2,rep,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

func (*Series) CloneMessageVT

func (m *Series) CloneMessageVT() proto.Message

func (*Series) CloneVT

func (m *Series) CloneVT() *Series

func (*Series) Descriptor deprecated

func (*Series) Descriptor() ([]byte, []int)

Deprecated: Use Series.ProtoReflect.Descriptor instead.

func (*Series) EqualMessageVT added in v0.4.0

func (this *Series) EqualMessageVT(thatMsg proto.Message) bool

func (*Series) EqualVT added in v0.4.0

func (this *Series) EqualVT(that *Series) bool

func (*Series) GetLabels

func (x *Series) GetLabels() []*LabelPair

func (*Series) GetPoints

func (x *Series) GetPoints() []*Point

func (*Series) MarshalToSizedBufferVT

func (m *Series) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Series) MarshalToVT

func (m *Series) MarshalToVT(dAtA []byte) (int, error)

func (*Series) MarshalVT

func (m *Series) MarshalVT() (dAtA []byte, err error)

func (*Series) ProtoMessage

func (*Series) ProtoMessage()

func (*Series) ProtoReflect

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

func (*Series) Reset

func (x *Series) Reset()

func (*Series) SizeVT

func (m *Series) SizeVT() (n int)

func (*Series) String

func (x *Series) String() string

func (*Series) UnmarshalVT

func (m *Series) UnmarshalVT(dAtA []byte) error

type StackTraceSelector added in v0.4.0

type StackTraceSelector struct {

	// Only stack traces that have this stack trace as a prefix will be selected.
	// If empty, no stack traces will be selected. Leaf is at stack_trace[0].
	StackTrace []*Location `protobuf:"bytes,1,rep,name=stack_trace,json=stackTrace,proto3" json:"stack_trace,omitempty"`
	// contains filtered or unexported fields
}

StackTraceSelector is used for filtering stack traces by locations.

func (*StackTraceSelector) CloneMessageVT added in v0.4.0

func (m *StackTraceSelector) CloneMessageVT() proto.Message

func (*StackTraceSelector) CloneVT added in v0.4.0

func (m *StackTraceSelector) CloneVT() *StackTraceSelector

func (*StackTraceSelector) Descriptor deprecated added in v0.4.0

func (*StackTraceSelector) Descriptor() ([]byte, []int)

Deprecated: Use StackTraceSelector.ProtoReflect.Descriptor instead.

func (*StackTraceSelector) EqualMessageVT added in v0.4.0

func (this *StackTraceSelector) EqualMessageVT(thatMsg proto.Message) bool

func (*StackTraceSelector) EqualVT added in v0.4.0

func (this *StackTraceSelector) EqualVT(that *StackTraceSelector) bool

func (*StackTraceSelector) GetStackTrace added in v0.4.0

func (x *StackTraceSelector) GetStackTrace() []*Location

func (*StackTraceSelector) MarshalToSizedBufferVT added in v0.4.0

func (m *StackTraceSelector) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StackTraceSelector) MarshalToVT added in v0.4.0

func (m *StackTraceSelector) MarshalToVT(dAtA []byte) (int, error)

func (*StackTraceSelector) MarshalVT added in v0.4.0

func (m *StackTraceSelector) MarshalVT() (dAtA []byte, err error)

func (*StackTraceSelector) ProtoMessage added in v0.4.0

func (*StackTraceSelector) ProtoMessage()

func (*StackTraceSelector) ProtoReflect added in v0.4.0

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

func (*StackTraceSelector) Reset added in v0.4.0

func (x *StackTraceSelector) Reset()

func (*StackTraceSelector) SizeVT added in v0.4.0

func (m *StackTraceSelector) SizeVT() (n int)

func (*StackTraceSelector) String added in v0.4.0

func (x *StackTraceSelector) String() string

func (*StackTraceSelector) UnmarshalVT added in v0.4.0

func (m *StackTraceSelector) UnmarshalVT(dAtA []byte) error

type TimeSeriesAggregationType added in v0.4.0

type TimeSeriesAggregationType int32
const (
	TimeSeriesAggregationType_TIME_SERIES_AGGREGATION_TYPE_SUM     TimeSeriesAggregationType = 0
	TimeSeriesAggregationType_TIME_SERIES_AGGREGATION_TYPE_AVERAGE TimeSeriesAggregationType = 1
)

func (TimeSeriesAggregationType) Descriptor added in v0.4.0

func (TimeSeriesAggregationType) Enum added in v0.4.0

func (TimeSeriesAggregationType) EnumDescriptor deprecated added in v0.4.0

func (TimeSeriesAggregationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use TimeSeriesAggregationType.Descriptor instead.

func (TimeSeriesAggregationType) Number added in v0.4.0

func (TimeSeriesAggregationType) String added in v0.4.0

func (x TimeSeriesAggregationType) String() string

func (TimeSeriesAggregationType) Type added in v0.4.0

Jump to

Keyboard shortcuts

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