queryv1

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	QueryType_name = map[int32]string{
		0: "QUERY_UNSPECIFIED",
		1: "QUERY_LABEL_NAMES",
		2: "QUERY_LABEL_VALUES",
		3: "QUERY_SERIES_LABELS",
		4: "QUERY_TIME_SERIES",
		5: "QUERY_TREE",
		6: "QUERY_PPROF",
	}
	QueryType_value = map[string]int32{
		"QUERY_UNSPECIFIED":   0,
		"QUERY_LABEL_NAMES":   1,
		"QUERY_LABEL_VALUES":  2,
		"QUERY_SERIES_LABELS": 3,
		"QUERY_TIME_SERIES":   4,
		"QUERY_TREE":          5,
		"QUERY_PPROF":         6,
	}
)

Enum value maps for QueryType.

View Source
var (
	ReportType_name = map[int32]string{
		0: "REPORT_UNSPECIFIED",
		1: "REPORT_LABEL_NAMES",
		2: "REPORT_LABEL_VALUES",
		3: "REPORT_SERIES_LABELS",
		4: "REPORT_TIME_SERIES",
		5: "REPORT_TREE",
		6: "REPORT_PPROF",
	}
	ReportType_value = map[string]int32{
		"REPORT_UNSPECIFIED":   0,
		"REPORT_LABEL_NAMES":   1,
		"REPORT_LABEL_VALUES":  2,
		"REPORT_SERIES_LABELS": 3,
		"REPORT_TIME_SERIES":   4,
		"REPORT_TREE":          5,
		"REPORT_PPROF":         6,
	}
)

Enum value maps for ReportType.

View Source
var File_query_v1_query_proto protoreflect.FileDescriptor
View Source
var QueryBackendService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "query.v1.QueryBackendService",
	HandlerType: (*QueryBackendServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Invoke",
			Handler:    _QueryBackendService_Invoke_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "query/v1/query.proto",
}

QueryBackendService_ServiceDesc is the grpc.ServiceDesc for QueryBackendService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var QueryFrontendService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "query.v1.QueryFrontendService",
	HandlerType: (*QueryFrontendServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Query",
			Handler:    _QueryFrontendService_Query_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "query/v1/query.proto",
}

QueryFrontendService_ServiceDesc is the grpc.ServiceDesc for QueryFrontendService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterQueryBackendServiceServer

func RegisterQueryBackendServiceServer(s grpc.ServiceRegistrar, srv QueryBackendServiceServer)

func RegisterQueryFrontendServiceServer

func RegisterQueryFrontendServiceServer(s grpc.ServiceRegistrar, srv QueryFrontendServiceServer)

Types

type Diagnostics

type Diagnostics struct {
	// contains filtered or unexported fields
}

Diagnostic messages, events, statistics, analytics, etc.

func (*Diagnostics) CloneMessageVT

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

func (*Diagnostics) CloneVT

func (m *Diagnostics) CloneVT() *Diagnostics

func (*Diagnostics) Descriptor deprecated

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

Deprecated: Use Diagnostics.ProtoReflect.Descriptor instead.

func (*Diagnostics) EqualMessageVT

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

func (*Diagnostics) EqualVT

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

func (*Diagnostics) MarshalToSizedBufferVT

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

func (*Diagnostics) MarshalToVT

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

func (*Diagnostics) MarshalVT

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

func (*Diagnostics) ProtoMessage

func (*Diagnostics) ProtoMessage()

func (*Diagnostics) ProtoReflect

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

func (*Diagnostics) Reset

func (x *Diagnostics) Reset()

func (*Diagnostics) SizeVT

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

func (*Diagnostics) String

func (x *Diagnostics) String() string

func (*Diagnostics) UnmarshalVT

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

type InvokeOptions

type InvokeOptions struct {
	// contains filtered or unexported fields
}

func (*InvokeOptions) CloneMessageVT

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

func (*InvokeOptions) CloneVT

func (m *InvokeOptions) CloneVT() *InvokeOptions

func (*InvokeOptions) Descriptor deprecated

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

Deprecated: Use InvokeOptions.ProtoReflect.Descriptor instead.

func (*InvokeOptions) EqualMessageVT

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

func (*InvokeOptions) EqualVT

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

func (*InvokeOptions) MarshalToSizedBufferVT

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

func (*InvokeOptions) MarshalToVT

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

func (*InvokeOptions) MarshalVT

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

func (*InvokeOptions) ProtoMessage

func (*InvokeOptions) ProtoMessage()

func (*InvokeOptions) ProtoReflect

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

func (*InvokeOptions) Reset

func (x *InvokeOptions) Reset()

func (*InvokeOptions) SizeVT

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

func (*InvokeOptions) String

func (x *InvokeOptions) String() string

func (*InvokeOptions) UnmarshalVT

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

type InvokeRequest

type InvokeRequest struct {
	Tenant        []string       `protobuf:"bytes,1,rep,name=tenant,proto3" json:"tenant,omitempty"`
	StartTime     int64          `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime       int64          `protobuf:"varint,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	LabelSelector string         `protobuf:"bytes,4,opt,name=label_selector,json=labelSelector,proto3" json:"label_selector,omitempty"`
	Query         []*Query       `protobuf:"bytes,5,rep,name=query,proto3" json:"query,omitempty"`
	QueryPlan     *QueryPlan     `protobuf:"bytes,6,opt,name=query_plan,json=queryPlan,proto3" json:"query_plan,omitempty"`
	Options       *InvokeOptions `protobuf:"bytes,7,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*InvokeRequest) CloneMessageVT

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

func (*InvokeRequest) CloneVT

func (m *InvokeRequest) CloneVT() *InvokeRequest

func (*InvokeRequest) Descriptor deprecated

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

Deprecated: Use InvokeRequest.ProtoReflect.Descriptor instead.

func (*InvokeRequest) EqualMessageVT

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

func (*InvokeRequest) EqualVT

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

func (*InvokeRequest) GetEndTime

func (x *InvokeRequest) GetEndTime() int64

func (*InvokeRequest) GetLabelSelector

func (x *InvokeRequest) GetLabelSelector() string

func (*InvokeRequest) GetOptions

func (x *InvokeRequest) GetOptions() *InvokeOptions

func (*InvokeRequest) GetQuery

func (x *InvokeRequest) GetQuery() []*Query

func (*InvokeRequest) GetQueryPlan

func (x *InvokeRequest) GetQueryPlan() *QueryPlan

func (*InvokeRequest) GetStartTime

func (x *InvokeRequest) GetStartTime() int64

func (*InvokeRequest) GetTenant

func (x *InvokeRequest) GetTenant() []string

func (*InvokeRequest) MarshalToSizedBufferVT

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

func (*InvokeRequest) MarshalToVT

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

func (*InvokeRequest) MarshalVT

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

func (*InvokeRequest) ProtoMessage

func (*InvokeRequest) ProtoMessage()

func (*InvokeRequest) ProtoReflect

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

func (*InvokeRequest) Reset

func (x *InvokeRequest) Reset()

func (*InvokeRequest) SizeVT

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

func (*InvokeRequest) String

func (x *InvokeRequest) String() string

func (*InvokeRequest) UnmarshalVT

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

type InvokeResponse

type InvokeResponse struct {
	Reports     []*Report    `protobuf:"bytes,1,rep,name=reports,proto3" json:"reports,omitempty"`
	Diagnostics *Diagnostics `protobuf:"bytes,2,opt,name=diagnostics,proto3" json:"diagnostics,omitempty"`
	// contains filtered or unexported fields
}

func (*InvokeResponse) CloneMessageVT

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

func (*InvokeResponse) CloneVT

func (m *InvokeResponse) CloneVT() *InvokeResponse

func (*InvokeResponse) Descriptor deprecated

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

Deprecated: Use InvokeResponse.ProtoReflect.Descriptor instead.

func (*InvokeResponse) EqualMessageVT

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

func (*InvokeResponse) EqualVT

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

func (*InvokeResponse) GetDiagnostics

func (x *InvokeResponse) GetDiagnostics() *Diagnostics

func (*InvokeResponse) GetReports

func (x *InvokeResponse) GetReports() []*Report

func (*InvokeResponse) MarshalToSizedBufferVT

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

func (*InvokeResponse) MarshalToVT

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

func (*InvokeResponse) MarshalVT

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

func (*InvokeResponse) ProtoMessage

func (*InvokeResponse) ProtoMessage()

func (*InvokeResponse) ProtoReflect

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

func (*InvokeResponse) Reset

func (x *InvokeResponse) Reset()

func (*InvokeResponse) SizeVT

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

func (*InvokeResponse) String

func (x *InvokeResponse) String() string

func (*InvokeResponse) UnmarshalVT

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

type LabelNamesQuery

type LabelNamesQuery struct {
	// contains filtered or unexported fields
}

func (*LabelNamesQuery) CloneMessageVT

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

func (*LabelNamesQuery) CloneVT

func (m *LabelNamesQuery) CloneVT() *LabelNamesQuery

func (*LabelNamesQuery) Descriptor deprecated

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

Deprecated: Use LabelNamesQuery.ProtoReflect.Descriptor instead.

func (*LabelNamesQuery) EqualMessageVT

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

func (*LabelNamesQuery) EqualVT

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

func (*LabelNamesQuery) MarshalToSizedBufferVT

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

func (*LabelNamesQuery) MarshalToVT

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

func (*LabelNamesQuery) MarshalVT

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

func (*LabelNamesQuery) ProtoMessage

func (*LabelNamesQuery) ProtoMessage()

func (*LabelNamesQuery) ProtoReflect

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

func (*LabelNamesQuery) Reset

func (x *LabelNamesQuery) Reset()

func (*LabelNamesQuery) SizeVT

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

func (*LabelNamesQuery) String

func (x *LabelNamesQuery) String() string

func (*LabelNamesQuery) UnmarshalVT

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

type LabelNamesReport

type LabelNamesReport struct {
	Query      *LabelNamesQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	LabelNames []string         `protobuf:"bytes,2,rep,name=label_names,json=labelNames,proto3" json:"label_names,omitempty"`
	// contains filtered or unexported fields
}

func (*LabelNamesReport) CloneMessageVT

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

func (*LabelNamesReport) CloneVT

func (m *LabelNamesReport) CloneVT() *LabelNamesReport

func (*LabelNamesReport) Descriptor deprecated

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

Deprecated: Use LabelNamesReport.ProtoReflect.Descriptor instead.

func (*LabelNamesReport) EqualMessageVT

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

func (*LabelNamesReport) EqualVT

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

func (*LabelNamesReport) GetLabelNames

func (x *LabelNamesReport) GetLabelNames() []string

func (*LabelNamesReport) GetQuery

func (x *LabelNamesReport) GetQuery() *LabelNamesQuery

func (*LabelNamesReport) MarshalToSizedBufferVT

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

func (*LabelNamesReport) MarshalToVT

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

func (*LabelNamesReport) MarshalVT

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

func (*LabelNamesReport) ProtoMessage

func (*LabelNamesReport) ProtoMessage()

func (*LabelNamesReport) ProtoReflect

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

func (*LabelNamesReport) Reset

func (x *LabelNamesReport) Reset()

func (*LabelNamesReport) SizeVT

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

func (*LabelNamesReport) String

func (x *LabelNamesReport) String() string

func (*LabelNamesReport) UnmarshalVT

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

type LabelValuesQuery

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

func (*LabelValuesQuery) CloneMessageVT

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

func (*LabelValuesQuery) CloneVT

func (m *LabelValuesQuery) CloneVT() *LabelValuesQuery

func (*LabelValuesQuery) Descriptor deprecated

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

Deprecated: Use LabelValuesQuery.ProtoReflect.Descriptor instead.

func (*LabelValuesQuery) EqualMessageVT

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

func (*LabelValuesQuery) EqualVT

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

func (*LabelValuesQuery) GetLabelName

func (x *LabelValuesQuery) GetLabelName() string

func (*LabelValuesQuery) MarshalToSizedBufferVT

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

func (*LabelValuesQuery) MarshalToVT

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

func (*LabelValuesQuery) MarshalVT

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

func (*LabelValuesQuery) ProtoMessage

func (*LabelValuesQuery) ProtoMessage()

func (*LabelValuesQuery) ProtoReflect

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

func (*LabelValuesQuery) Reset

func (x *LabelValuesQuery) Reset()

func (*LabelValuesQuery) SizeVT

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

func (*LabelValuesQuery) String

func (x *LabelValuesQuery) String() string

func (*LabelValuesQuery) UnmarshalVT

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

type LabelValuesReport

type LabelValuesReport struct {
	Query       *LabelValuesQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	LabelValues []string          `protobuf:"bytes,2,rep,name=label_values,json=labelValues,proto3" json:"label_values,omitempty"`
	// contains filtered or unexported fields
}

func (*LabelValuesReport) CloneMessageVT

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

func (*LabelValuesReport) CloneVT

func (m *LabelValuesReport) CloneVT() *LabelValuesReport

func (*LabelValuesReport) Descriptor deprecated

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

Deprecated: Use LabelValuesReport.ProtoReflect.Descriptor instead.

func (*LabelValuesReport) EqualMessageVT

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

func (*LabelValuesReport) EqualVT

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

func (*LabelValuesReport) GetLabelValues

func (x *LabelValuesReport) GetLabelValues() []string

func (*LabelValuesReport) GetQuery

func (x *LabelValuesReport) GetQuery() *LabelValuesQuery

func (*LabelValuesReport) MarshalToSizedBufferVT

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

func (*LabelValuesReport) MarshalToVT

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

func (*LabelValuesReport) MarshalVT

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

func (*LabelValuesReport) ProtoMessage

func (*LabelValuesReport) ProtoMessage()

func (*LabelValuesReport) ProtoReflect

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

func (*LabelValuesReport) Reset

func (x *LabelValuesReport) Reset()

func (*LabelValuesReport) SizeVT

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

func (*LabelValuesReport) String

func (x *LabelValuesReport) String() string

func (*LabelValuesReport) UnmarshalVT

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

type PprofQuery

type PprofQuery struct {
	MaxNodes int64 `protobuf:"varint,1,opt,name=max_nodes,json=maxNodes,proto3" json:"max_nodes,omitempty"` // TODO(kolesnikovae): Go PGO options.
	// contains filtered or unexported fields
}

func (*PprofQuery) CloneMessageVT

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

func (*PprofQuery) CloneVT

func (m *PprofQuery) CloneVT() *PprofQuery

func (*PprofQuery) Descriptor deprecated

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

Deprecated: Use PprofQuery.ProtoReflect.Descriptor instead.

func (*PprofQuery) EqualMessageVT

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

func (*PprofQuery) EqualVT

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

func (*PprofQuery) GetMaxNodes

func (x *PprofQuery) GetMaxNodes() int64

func (*PprofQuery) MarshalToSizedBufferVT

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

func (*PprofQuery) MarshalToVT

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

func (*PprofQuery) MarshalVT

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

func (*PprofQuery) ProtoMessage

func (*PprofQuery) ProtoMessage()

func (*PprofQuery) ProtoReflect

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

func (*PprofQuery) Reset

func (x *PprofQuery) Reset()

func (*PprofQuery) SizeVT

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

func (*PprofQuery) String

func (x *PprofQuery) String() string

func (*PprofQuery) UnmarshalVT

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

type PprofReport

type PprofReport struct {
	Query *PprofQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	Pprof []byte      `protobuf:"bytes,2,opt,name=pprof,proto3" json:"pprof,omitempty"`
	// contains filtered or unexported fields
}

func (*PprofReport) CloneMessageVT

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

func (*PprofReport) CloneVT

func (m *PprofReport) CloneVT() *PprofReport

func (*PprofReport) Descriptor deprecated

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

Deprecated: Use PprofReport.ProtoReflect.Descriptor instead.

func (*PprofReport) EqualMessageVT

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

func (*PprofReport) EqualVT

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

func (*PprofReport) GetPprof

func (x *PprofReport) GetPprof() []byte

func (*PprofReport) GetQuery

func (x *PprofReport) GetQuery() *PprofQuery

func (*PprofReport) MarshalToSizedBufferVT

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

func (*PprofReport) MarshalToVT

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

func (*PprofReport) MarshalVT

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

func (*PprofReport) ProtoMessage

func (*PprofReport) ProtoMessage()

func (*PprofReport) ProtoReflect

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

func (*PprofReport) Reset

func (x *PprofReport) Reset()

func (*PprofReport) SizeVT

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

func (*PprofReport) String

func (x *PprofReport) String() string

func (*PprofReport) UnmarshalVT

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

type Query

type Query struct {
	QueryType QueryType `protobuf:"varint,1,opt,name=query_type,json=queryType,proto3,enum=query.v1.QueryType" json:"query_type,omitempty"`
	// Exactly one of the following fields should be set,
	// depending on the query type.
	LabelNames   *LabelNamesQuery   `protobuf:"bytes,2,opt,name=label_names,json=labelNames,proto3" json:"label_names,omitempty"`
	LabelValues  *LabelValuesQuery  `protobuf:"bytes,3,opt,name=label_values,json=labelValues,proto3" json:"label_values,omitempty"`
	SeriesLabels *SeriesLabelsQuery `protobuf:"bytes,4,opt,name=series_labels,json=seriesLabels,proto3" json:"series_labels,omitempty"`
	TimeSeries   *TimeSeriesQuery   `protobuf:"bytes,5,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"`
	Tree         *TreeQuery         `protobuf:"bytes,6,opt,name=tree,proto3" json:"tree,omitempty"`
	Pprof        *PprofQuery        `protobuf:"bytes,7,opt,name=pprof,proto3" json:"pprof,omitempty"`
	// contains filtered or unexported fields
}

func (*Query) CloneMessageVT

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

func (*Query) CloneVT

func (m *Query) CloneVT() *Query

func (*Query) Descriptor deprecated

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

Deprecated: Use Query.ProtoReflect.Descriptor instead.

func (*Query) EqualMessageVT

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

func (*Query) EqualVT

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

func (*Query) GetLabelNames

func (x *Query) GetLabelNames() *LabelNamesQuery

func (*Query) GetLabelValues

func (x *Query) GetLabelValues() *LabelValuesQuery

func (*Query) GetPprof

func (x *Query) GetPprof() *PprofQuery

func (*Query) GetQueryType

func (x *Query) GetQueryType() QueryType

func (*Query) GetSeriesLabels

func (x *Query) GetSeriesLabels() *SeriesLabelsQuery

func (*Query) GetTimeSeries

func (x *Query) GetTimeSeries() *TimeSeriesQuery

func (*Query) GetTree

func (x *Query) GetTree() *TreeQuery

func (*Query) MarshalToSizedBufferVT

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

func (*Query) MarshalToVT

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

func (*Query) MarshalVT

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

func (*Query) ProtoMessage

func (*Query) ProtoMessage()

func (*Query) ProtoReflect

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

func (*Query) Reset

func (x *Query) Reset()

func (*Query) SizeVT

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

func (*Query) String

func (x *Query) String() string

func (*Query) UnmarshalVT

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

type QueryBackendServiceClient

type QueryBackendServiceClient interface {
	Invoke(ctx context.Context, in *InvokeRequest, opts ...grpc.CallOption) (*InvokeResponse, error)
}

QueryBackendServiceClient is the client API for QueryBackendService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type QueryBackendServiceServer

type QueryBackendServiceServer interface {
	Invoke(context.Context, *InvokeRequest) (*InvokeResponse, error)
	// contains filtered or unexported methods
}

QueryBackendServiceServer is the server API for QueryBackendService service. All implementations must embed UnimplementedQueryBackendServiceServer for forward compatibility

type QueryFrontendServiceClient

type QueryFrontendServiceClient interface {
	Query(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (*QueryResponse, error)
}

QueryFrontendServiceClient is the client API for QueryFrontendService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type QueryFrontendServiceServer

type QueryFrontendServiceServer interface {
	Query(context.Context, *QueryRequest) (*QueryResponse, error)
	// contains filtered or unexported methods
}

QueryFrontendServiceServer is the server API for QueryFrontendService service. All implementations must embed UnimplementedQueryFrontendServiceServer for forward compatibility

type QueryPlan

type QueryPlan struct {

	// Each node is encoded with 3 values:
	//   - node type: 0 - read, 1 - merge;
	//   - range offset;
	//   - range length.
	Graph []uint32 `protobuf:"varint,1,rep,packed,name=graph,proto3" json:"graph,omitempty"`
	// The blocks matching the query.
	Blocks []*v1.BlockMeta `protobuf:"bytes,2,rep,name=blocks,proto3" json:"blocks,omitempty"`
	// contains filtered or unexported fields
}

Query plan is represented by a DAG, where each node might be either "merge" or "read" (leaves). Each node references a range: merge nodes refer to other nodes, while read nodes refer to the blocks.

func (*QueryPlan) CloneMessageVT

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

func (*QueryPlan) CloneVT

func (m *QueryPlan) CloneVT() *QueryPlan

func (*QueryPlan) Descriptor deprecated

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

Deprecated: Use QueryPlan.ProtoReflect.Descriptor instead.

func (*QueryPlan) EqualMessageVT

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

func (*QueryPlan) EqualVT

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

func (*QueryPlan) GetBlocks

func (x *QueryPlan) GetBlocks() []*v1.BlockMeta

func (*QueryPlan) GetGraph

func (x *QueryPlan) GetGraph() []uint32

func (*QueryPlan) MarshalToSizedBufferVT

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

func (*QueryPlan) MarshalToVT

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

func (*QueryPlan) MarshalVT

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

func (*QueryPlan) ProtoMessage

func (*QueryPlan) ProtoMessage()

func (*QueryPlan) ProtoReflect

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

func (*QueryPlan) Reset

func (x *QueryPlan) Reset()

func (*QueryPlan) SizeVT

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

func (*QueryPlan) String

func (x *QueryPlan) String() string

func (*QueryPlan) UnmarshalVT

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

type QueryRequest

type QueryRequest struct {
	StartTime     int64    `protobuf:"varint,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime       int64    `protobuf:"varint,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	LabelSelector string   `protobuf:"bytes,3,opt,name=label_selector,json=labelSelector,proto3" json:"label_selector,omitempty"`
	Query         []*Query `protobuf:"bytes,4,rep,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryRequest) CloneMessageVT

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

func (*QueryRequest) CloneVT

func (m *QueryRequest) CloneVT() *QueryRequest

func (*QueryRequest) Descriptor deprecated

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

Deprecated: Use QueryRequest.ProtoReflect.Descriptor instead.

func (*QueryRequest) EqualMessageVT

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

func (*QueryRequest) EqualVT

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

func (*QueryRequest) GetEndTime

func (x *QueryRequest) GetEndTime() int64

func (*QueryRequest) GetLabelSelector

func (x *QueryRequest) GetLabelSelector() string

func (*QueryRequest) GetQuery

func (x *QueryRequest) GetQuery() []*Query

func (*QueryRequest) GetStartTime

func (x *QueryRequest) GetStartTime() int64

func (*QueryRequest) MarshalToSizedBufferVT

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

func (*QueryRequest) MarshalToVT

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

func (*QueryRequest) MarshalVT

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

func (*QueryRequest) ProtoMessage

func (*QueryRequest) ProtoMessage()

func (*QueryRequest) ProtoReflect

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

func (*QueryRequest) Reset

func (x *QueryRequest) Reset()

func (*QueryRequest) SizeVT

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

func (*QueryRequest) String

func (x *QueryRequest) String() string

func (*QueryRequest) UnmarshalVT

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

type QueryResponse

type QueryResponse struct {
	Reports []*Report `protobuf:"bytes,1,rep,name=reports,proto3" json:"reports,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryResponse) CloneMessageVT

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

func (*QueryResponse) CloneVT

func (m *QueryResponse) CloneVT() *QueryResponse

func (*QueryResponse) Descriptor deprecated

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

Deprecated: Use QueryResponse.ProtoReflect.Descriptor instead.

func (*QueryResponse) EqualMessageVT

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

func (*QueryResponse) EqualVT

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

func (*QueryResponse) GetReports

func (x *QueryResponse) GetReports() []*Report

func (*QueryResponse) MarshalToSizedBufferVT

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

func (*QueryResponse) MarshalToVT

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

func (*QueryResponse) MarshalVT

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

func (*QueryResponse) ProtoMessage

func (*QueryResponse) ProtoMessage()

func (*QueryResponse) ProtoReflect

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

func (*QueryResponse) Reset

func (x *QueryResponse) Reset()

func (*QueryResponse) SizeVT

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

func (*QueryResponse) String

func (x *QueryResponse) String() string

func (*QueryResponse) UnmarshalVT

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

type QueryType

type QueryType int32
const (
	QueryType_QUERY_UNSPECIFIED   QueryType = 0
	QueryType_QUERY_LABEL_NAMES   QueryType = 1
	QueryType_QUERY_LABEL_VALUES  QueryType = 2
	QueryType_QUERY_SERIES_LABELS QueryType = 3
	QueryType_QUERY_TIME_SERIES   QueryType = 4
	QueryType_QUERY_TREE          QueryType = 5
	QueryType_QUERY_PPROF         QueryType = 6
)

func (QueryType) Descriptor

func (QueryType) Descriptor() protoreflect.EnumDescriptor

func (QueryType) Enum

func (x QueryType) Enum() *QueryType

func (QueryType) EnumDescriptor deprecated

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

Deprecated: Use QueryType.Descriptor instead.

func (QueryType) Number

func (x QueryType) Number() protoreflect.EnumNumber

func (QueryType) String

func (x QueryType) String() string

func (QueryType) Type

type Report

type Report struct {
	ReportType ReportType `protobuf:"varint,1,opt,name=report_type,json=reportType,proto3,enum=query.v1.ReportType" json:"report_type,omitempty"`
	// Exactly one of the following fields should be set,
	// depending on the report type.
	LabelNames   *LabelNamesReport   `protobuf:"bytes,2,opt,name=label_names,json=labelNames,proto3" json:"label_names,omitempty"`
	LabelValues  *LabelValuesReport  `protobuf:"bytes,3,opt,name=label_values,json=labelValues,proto3" json:"label_values,omitempty"`
	SeriesLabels *SeriesLabelsReport `protobuf:"bytes,4,opt,name=series_labels,json=seriesLabels,proto3" json:"series_labels,omitempty"`
	TimeSeries   *TimeSeriesReport   `protobuf:"bytes,5,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"`
	Tree         *TreeReport         `protobuf:"bytes,6,opt,name=tree,proto3" json:"tree,omitempty"`
	Pprof        *PprofReport        `protobuf:"bytes,7,opt,name=pprof,proto3" json:"pprof,omitempty"`
	// contains filtered or unexported fields
}

func (*Report) CloneMessageVT

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

func (*Report) CloneVT

func (m *Report) CloneVT() *Report

func (*Report) Descriptor deprecated

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

Deprecated: Use Report.ProtoReflect.Descriptor instead.

func (*Report) EqualMessageVT

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

func (*Report) EqualVT

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

func (*Report) GetLabelNames

func (x *Report) GetLabelNames() *LabelNamesReport

func (*Report) GetLabelValues

func (x *Report) GetLabelValues() *LabelValuesReport

func (*Report) GetPprof

func (x *Report) GetPprof() *PprofReport

func (*Report) GetReportType

func (x *Report) GetReportType() ReportType

func (*Report) GetSeriesLabels

func (x *Report) GetSeriesLabels() *SeriesLabelsReport

func (*Report) GetTimeSeries

func (x *Report) GetTimeSeries() *TimeSeriesReport

func (*Report) GetTree

func (x *Report) GetTree() *TreeReport

func (*Report) MarshalToSizedBufferVT

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

func (*Report) MarshalToVT

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

func (*Report) MarshalVT

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

func (*Report) ProtoMessage

func (*Report) ProtoMessage()

func (*Report) ProtoReflect

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

func (*Report) Reset

func (x *Report) Reset()

func (*Report) SizeVT

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

func (*Report) String

func (x *Report) String() string

func (*Report) UnmarshalVT

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

type ReportType

type ReportType int32
const (
	ReportType_REPORT_UNSPECIFIED   ReportType = 0
	ReportType_REPORT_LABEL_NAMES   ReportType = 1
	ReportType_REPORT_LABEL_VALUES  ReportType = 2
	ReportType_REPORT_SERIES_LABELS ReportType = 3
	ReportType_REPORT_TIME_SERIES   ReportType = 4
	ReportType_REPORT_TREE          ReportType = 5
	ReportType_REPORT_PPROF         ReportType = 6
)

func (ReportType) Descriptor

func (ReportType) Descriptor() protoreflect.EnumDescriptor

func (ReportType) Enum

func (x ReportType) Enum() *ReportType

func (ReportType) EnumDescriptor deprecated

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

Deprecated: Use ReportType.Descriptor instead.

func (ReportType) Number

func (x ReportType) Number() protoreflect.EnumNumber

func (ReportType) String

func (x ReportType) String() string

func (ReportType) Type

type SeriesLabelsQuery

type SeriesLabelsQuery struct {
	LabelNames []string `protobuf:"bytes,1,rep,name=label_names,json=labelNames,proto3" json:"label_names,omitempty"`
	// contains filtered or unexported fields
}

func (*SeriesLabelsQuery) CloneMessageVT

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

func (*SeriesLabelsQuery) CloneVT

func (m *SeriesLabelsQuery) CloneVT() *SeriesLabelsQuery

func (*SeriesLabelsQuery) Descriptor deprecated

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

Deprecated: Use SeriesLabelsQuery.ProtoReflect.Descriptor instead.

func (*SeriesLabelsQuery) EqualMessageVT

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

func (*SeriesLabelsQuery) EqualVT

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

func (*SeriesLabelsQuery) GetLabelNames

func (x *SeriesLabelsQuery) GetLabelNames() []string

func (*SeriesLabelsQuery) MarshalToSizedBufferVT

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

func (*SeriesLabelsQuery) MarshalToVT

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

func (*SeriesLabelsQuery) MarshalVT

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

func (*SeriesLabelsQuery) ProtoMessage

func (*SeriesLabelsQuery) ProtoMessage()

func (*SeriesLabelsQuery) ProtoReflect

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

func (*SeriesLabelsQuery) Reset

func (x *SeriesLabelsQuery) Reset()

func (*SeriesLabelsQuery) SizeVT

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

func (*SeriesLabelsQuery) String

func (x *SeriesLabelsQuery) String() string

func (*SeriesLabelsQuery) UnmarshalVT

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

type SeriesLabelsReport

type SeriesLabelsReport struct {
	Query        *SeriesLabelsQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	SeriesLabels []*v11.Labels      `protobuf:"bytes,2,rep,name=series_labels,json=seriesLabels,proto3" json:"series_labels,omitempty"`
	// contains filtered or unexported fields
}

func (*SeriesLabelsReport) CloneMessageVT

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

func (*SeriesLabelsReport) CloneVT

func (m *SeriesLabelsReport) CloneVT() *SeriesLabelsReport

func (*SeriesLabelsReport) Descriptor deprecated

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

Deprecated: Use SeriesLabelsReport.ProtoReflect.Descriptor instead.

func (*SeriesLabelsReport) EqualMessageVT

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

func (*SeriesLabelsReport) EqualVT

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

func (*SeriesLabelsReport) GetQuery

func (x *SeriesLabelsReport) GetQuery() *SeriesLabelsQuery

func (*SeriesLabelsReport) GetSeriesLabels

func (x *SeriesLabelsReport) GetSeriesLabels() []*v11.Labels

func (*SeriesLabelsReport) MarshalToSizedBufferVT

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

func (*SeriesLabelsReport) MarshalToVT

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

func (*SeriesLabelsReport) MarshalVT

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

func (*SeriesLabelsReport) ProtoMessage

func (*SeriesLabelsReport) ProtoMessage()

func (*SeriesLabelsReport) ProtoReflect

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

func (*SeriesLabelsReport) Reset

func (x *SeriesLabelsReport) Reset()

func (*SeriesLabelsReport) SizeVT

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

func (*SeriesLabelsReport) String

func (x *SeriesLabelsReport) String() string

func (*SeriesLabelsReport) UnmarshalVT

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

type TimeSeriesQuery

type TimeSeriesQuery struct {
	Step    float64  `protobuf:"fixed64,1,opt,name=step,proto3" json:"step,omitempty"`
	GroupBy []string `protobuf:"bytes,2,rep,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"`
	Limit   int64    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeSeriesQuery) CloneMessageVT

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

func (*TimeSeriesQuery) CloneVT

func (m *TimeSeriesQuery) CloneVT() *TimeSeriesQuery

func (*TimeSeriesQuery) Descriptor deprecated

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

Deprecated: Use TimeSeriesQuery.ProtoReflect.Descriptor instead.

func (*TimeSeriesQuery) EqualMessageVT

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

func (*TimeSeriesQuery) EqualVT

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

func (*TimeSeriesQuery) GetGroupBy

func (x *TimeSeriesQuery) GetGroupBy() []string

func (*TimeSeriesQuery) GetLimit

func (x *TimeSeriesQuery) GetLimit() int64

func (*TimeSeriesQuery) GetStep

func (x *TimeSeriesQuery) GetStep() float64

func (*TimeSeriesQuery) MarshalToSizedBufferVT

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

func (*TimeSeriesQuery) MarshalToVT

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

func (*TimeSeriesQuery) MarshalVT

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

func (*TimeSeriesQuery) ProtoMessage

func (*TimeSeriesQuery) ProtoMessage()

func (*TimeSeriesQuery) ProtoReflect

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

func (*TimeSeriesQuery) Reset

func (x *TimeSeriesQuery) Reset()

func (*TimeSeriesQuery) SizeVT

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

func (*TimeSeriesQuery) String

func (x *TimeSeriesQuery) String() string

func (*TimeSeriesQuery) UnmarshalVT

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

type TimeSeriesReport

type TimeSeriesReport struct {
	Query      *TimeSeriesQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	TimeSeries []*v11.Series    `protobuf:"bytes,2,rep,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeSeriesReport) CloneMessageVT

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

func (*TimeSeriesReport) CloneVT

func (m *TimeSeriesReport) CloneVT() *TimeSeriesReport

func (*TimeSeriesReport) Descriptor deprecated

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

Deprecated: Use TimeSeriesReport.ProtoReflect.Descriptor instead.

func (*TimeSeriesReport) EqualMessageVT

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

func (*TimeSeriesReport) EqualVT

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

func (*TimeSeriesReport) GetQuery

func (x *TimeSeriesReport) GetQuery() *TimeSeriesQuery

func (*TimeSeriesReport) GetTimeSeries

func (x *TimeSeriesReport) GetTimeSeries() []*v11.Series

func (*TimeSeriesReport) MarshalToSizedBufferVT

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

func (*TimeSeriesReport) MarshalToVT

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

func (*TimeSeriesReport) MarshalVT

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

func (*TimeSeriesReport) ProtoMessage

func (*TimeSeriesReport) ProtoMessage()

func (*TimeSeriesReport) ProtoReflect

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

func (*TimeSeriesReport) Reset

func (x *TimeSeriesReport) Reset()

func (*TimeSeriesReport) SizeVT

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

func (*TimeSeriesReport) String

func (x *TimeSeriesReport) String() string

func (*TimeSeriesReport) UnmarshalVT

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

type TreeQuery

type TreeQuery struct {
	MaxNodes int64 `protobuf:"varint,1,opt,name=max_nodes,json=maxNodes,proto3" json:"max_nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*TreeQuery) CloneMessageVT

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

func (*TreeQuery) CloneVT

func (m *TreeQuery) CloneVT() *TreeQuery

func (*TreeQuery) Descriptor deprecated

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

Deprecated: Use TreeQuery.ProtoReflect.Descriptor instead.

func (*TreeQuery) EqualMessageVT

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

func (*TreeQuery) EqualVT

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

func (*TreeQuery) GetMaxNodes

func (x *TreeQuery) GetMaxNodes() int64

func (*TreeQuery) MarshalToSizedBufferVT

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

func (*TreeQuery) MarshalToVT

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

func (*TreeQuery) MarshalVT

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

func (*TreeQuery) ProtoMessage

func (*TreeQuery) ProtoMessage()

func (*TreeQuery) ProtoReflect

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

func (*TreeQuery) Reset

func (x *TreeQuery) Reset()

func (*TreeQuery) SizeVT

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

func (*TreeQuery) String

func (x *TreeQuery) String() string

func (*TreeQuery) UnmarshalVT

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

type TreeReport

type TreeReport struct {
	Query *TreeQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	Tree  []byte     `protobuf:"bytes,2,opt,name=tree,proto3" json:"tree,omitempty"`
	// contains filtered or unexported fields
}

func (*TreeReport) CloneMessageVT

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

func (*TreeReport) CloneVT

func (m *TreeReport) CloneVT() *TreeReport

func (*TreeReport) Descriptor deprecated

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

Deprecated: Use TreeReport.ProtoReflect.Descriptor instead.

func (*TreeReport) EqualMessageVT

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

func (*TreeReport) EqualVT

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

func (*TreeReport) GetQuery

func (x *TreeReport) GetQuery() *TreeQuery

func (*TreeReport) GetTree

func (x *TreeReport) GetTree() []byte

func (*TreeReport) MarshalToSizedBufferVT

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

func (*TreeReport) MarshalToVT

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

func (*TreeReport) MarshalVT

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

func (*TreeReport) ProtoMessage

func (*TreeReport) ProtoMessage()

func (*TreeReport) ProtoReflect

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

func (*TreeReport) Reset

func (x *TreeReport) Reset()

func (*TreeReport) SizeVT

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

func (*TreeReport) String

func (x *TreeReport) String() string

func (*TreeReport) UnmarshalVT

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

type UnimplementedQueryBackendServiceServer

type UnimplementedQueryBackendServiceServer struct {
}

UnimplementedQueryBackendServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedQueryBackendServiceServer) Invoke

type UnimplementedQueryFrontendServiceServer

type UnimplementedQueryFrontendServiceServer struct {
}

UnimplementedQueryFrontendServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedQueryFrontendServiceServer) Query

type UnsafeQueryBackendServiceServer

type UnsafeQueryBackendServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeQueryBackendServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueryBackendServiceServer will result in compilation errors.

type UnsafeQueryFrontendServiceServer

type UnsafeQueryFrontendServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeQueryFrontendServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueryFrontendServiceServer will result in compilation errors.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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