metrics

package
v4.2.789+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2020 License: Apache-2.0 Imports: 7 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationMetric

type ApplicationMetric struct {
	ObjectMeta           *resources.ObjectMeta `protobuf:"bytes,1,opt,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	MetricData           []*common.MetricData  `protobuf:"bytes,2,rep,name=metric_data,json=metricData,proto3" json:"metric_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ApplicationMetric) Descriptor

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

func (*ApplicationMetric) GetMetricData

func (m *ApplicationMetric) GetMetricData() []*common.MetricData

func (*ApplicationMetric) GetObjectMeta

func (m *ApplicationMetric) GetObjectMeta() *resources.ObjectMeta

func (*ApplicationMetric) ProtoMessage

func (*ApplicationMetric) ProtoMessage()

func (*ApplicationMetric) Reset

func (m *ApplicationMetric) Reset()

func (*ApplicationMetric) String

func (m *ApplicationMetric) String() string

func (*ApplicationMetric) XXX_DiscardUnknown

func (m *ApplicationMetric) XXX_DiscardUnknown()

func (*ApplicationMetric) XXX_Marshal

func (m *ApplicationMetric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplicationMetric) XXX_Merge

func (m *ApplicationMetric) XXX_Merge(src proto.Message)

func (*ApplicationMetric) XXX_Size

func (m *ApplicationMetric) XXX_Size() int

func (*ApplicationMetric) XXX_Unmarshal

func (m *ApplicationMetric) XXX_Unmarshal(b []byte) error

type ClusterMetric

type ClusterMetric struct {
	ObjectMeta           *resources.ObjectMeta `protobuf:"bytes,1,opt,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	MetricData           []*common.MetricData  `protobuf:"bytes,2,rep,name=metric_data,json=metricData,proto3" json:"metric_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ClusterMetric) Descriptor

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

func (*ClusterMetric) GetMetricData

func (m *ClusterMetric) GetMetricData() []*common.MetricData

func (*ClusterMetric) GetObjectMeta

func (m *ClusterMetric) GetObjectMeta() *resources.ObjectMeta

func (*ClusterMetric) ProtoMessage

func (*ClusterMetric) ProtoMessage()

func (*ClusterMetric) Reset

func (m *ClusterMetric) Reset()

func (*ClusterMetric) String

func (m *ClusterMetric) String() string

func (*ClusterMetric) XXX_DiscardUnknown

func (m *ClusterMetric) XXX_DiscardUnknown()

func (*ClusterMetric) XXX_Marshal

func (m *ClusterMetric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClusterMetric) XXX_Merge

func (m *ClusterMetric) XXX_Merge(src proto.Message)

func (*ClusterMetric) XXX_Size

func (m *ClusterMetric) XXX_Size() int

func (*ClusterMetric) XXX_Unmarshal

func (m *ClusterMetric) XXX_Unmarshal(b []byte) error

type ContainerMetric

type ContainerMetric struct {
	Name                 string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	MetricData           []*common.MetricData `protobuf:"bytes,2,rep,name=metric_data,json=metricData,proto3" json:"metric_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Represents metric data of a container

func (*ContainerMetric) Descriptor

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

func (*ContainerMetric) GetMetricData

func (m *ContainerMetric) GetMetricData() []*common.MetricData

func (*ContainerMetric) GetName

func (m *ContainerMetric) GetName() string

func (*ContainerMetric) ProtoMessage

func (*ContainerMetric) ProtoMessage()

func (*ContainerMetric) Reset

func (m *ContainerMetric) Reset()

func (*ContainerMetric) String

func (m *ContainerMetric) String() string

func (*ContainerMetric) XXX_DiscardUnknown

func (m *ContainerMetric) XXX_DiscardUnknown()

func (*ContainerMetric) XXX_Marshal

func (m *ContainerMetric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContainerMetric) XXX_Merge

func (m *ContainerMetric) XXX_Merge(src proto.Message)

func (*ContainerMetric) XXX_Size

func (m *ContainerMetric) XXX_Size() int

func (*ContainerMetric) XXX_Unmarshal

func (m *ContainerMetric) XXX_Unmarshal(b []byte) error

type ControllerMetric

type ControllerMetric struct {
	ObjectMeta           *resources.ObjectMeta `protobuf:"bytes,1,opt,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	Kind                 resources.Kind        `protobuf:"varint,2,opt,name=kind,proto3,enum=containersai.alameda.v1alpha1.datahub.resources.Kind" json:"kind,omitempty"`
	MetricData           []*common.MetricData  `protobuf:"bytes,3,rep,name=metric_data,json=metricData,proto3" json:"metric_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ControllerMetric) Descriptor

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

func (*ControllerMetric) GetKind

func (m *ControllerMetric) GetKind() resources.Kind

func (*ControllerMetric) GetMetricData

func (m *ControllerMetric) GetMetricData() []*common.MetricData

func (*ControllerMetric) GetObjectMeta

func (m *ControllerMetric) GetObjectMeta() *resources.ObjectMeta

func (*ControllerMetric) ProtoMessage

func (*ControllerMetric) ProtoMessage()

func (*ControllerMetric) Reset

func (m *ControllerMetric) Reset()

func (*ControllerMetric) String

func (m *ControllerMetric) String() string

func (*ControllerMetric) XXX_DiscardUnknown

func (m *ControllerMetric) XXX_DiscardUnknown()

func (*ControllerMetric) XXX_Marshal

func (m *ControllerMetric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ControllerMetric) XXX_Merge

func (m *ControllerMetric) XXX_Merge(src proto.Message)

func (*ControllerMetric) XXX_Size

func (m *ControllerMetric) XXX_Size() int

func (*ControllerMetric) XXX_Unmarshal

func (m *ControllerMetric) XXX_Unmarshal(b []byte) error

type CreateApplicationMetricsRequest

type CreateApplicationMetricsRequest struct {
	ApplicationMetrics   []*ApplicationMetric `protobuf:"bytes,1,rep,name=application_metrics,json=applicationMetrics,proto3" json:"application_metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*CreateApplicationMetricsRequest) Descriptor

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

func (*CreateApplicationMetricsRequest) GetApplicationMetrics

func (m *CreateApplicationMetricsRequest) GetApplicationMetrics() []*ApplicationMetric

func (*CreateApplicationMetricsRequest) ProtoMessage

func (*CreateApplicationMetricsRequest) ProtoMessage()

func (*CreateApplicationMetricsRequest) Reset

func (*CreateApplicationMetricsRequest) String

func (*CreateApplicationMetricsRequest) XXX_DiscardUnknown

func (m *CreateApplicationMetricsRequest) XXX_DiscardUnknown()

func (*CreateApplicationMetricsRequest) XXX_Marshal

func (m *CreateApplicationMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateApplicationMetricsRequest) XXX_Merge

func (m *CreateApplicationMetricsRequest) XXX_Merge(src proto.Message)

func (*CreateApplicationMetricsRequest) XXX_Size

func (m *CreateApplicationMetricsRequest) XXX_Size() int

func (*CreateApplicationMetricsRequest) XXX_Unmarshal

func (m *CreateApplicationMetricsRequest) XXX_Unmarshal(b []byte) error

type CreateClusterMetricsRequest

type CreateClusterMetricsRequest struct {
	ClusterMetrics       []*ClusterMetric `protobuf:"bytes,1,rep,name=cluster_metrics,json=clusterMetrics,proto3" json:"cluster_metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*CreateClusterMetricsRequest) Descriptor

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

func (*CreateClusterMetricsRequest) GetClusterMetrics

func (m *CreateClusterMetricsRequest) GetClusterMetrics() []*ClusterMetric

func (*CreateClusterMetricsRequest) ProtoMessage

func (*CreateClusterMetricsRequest) ProtoMessage()

func (*CreateClusterMetricsRequest) Reset

func (m *CreateClusterMetricsRequest) Reset()

func (*CreateClusterMetricsRequest) String

func (m *CreateClusterMetricsRequest) String() string

func (*CreateClusterMetricsRequest) XXX_DiscardUnknown

func (m *CreateClusterMetricsRequest) XXX_DiscardUnknown()

func (*CreateClusterMetricsRequest) XXX_Marshal

func (m *CreateClusterMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateClusterMetricsRequest) XXX_Merge

func (m *CreateClusterMetricsRequest) XXX_Merge(src proto.Message)

func (*CreateClusterMetricsRequest) XXX_Size

func (m *CreateClusterMetricsRequest) XXX_Size() int

func (*CreateClusterMetricsRequest) XXX_Unmarshal

func (m *CreateClusterMetricsRequest) XXX_Unmarshal(b []byte) error

type CreateControllerMetricsRequest

type CreateControllerMetricsRequest struct {
	ControllerMetrics    []*ControllerMetric `protobuf:"bytes,1,rep,name=controller_metrics,json=controllerMetrics,proto3" json:"controller_metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CreateControllerMetricsRequest) Descriptor

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

func (*CreateControllerMetricsRequest) GetControllerMetrics

func (m *CreateControllerMetricsRequest) GetControllerMetrics() []*ControllerMetric

func (*CreateControllerMetricsRequest) ProtoMessage

func (*CreateControllerMetricsRequest) ProtoMessage()

func (*CreateControllerMetricsRequest) Reset

func (m *CreateControllerMetricsRequest) Reset()

func (*CreateControllerMetricsRequest) String

func (*CreateControllerMetricsRequest) XXX_DiscardUnknown

func (m *CreateControllerMetricsRequest) XXX_DiscardUnknown()

func (*CreateControllerMetricsRequest) XXX_Marshal

func (m *CreateControllerMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateControllerMetricsRequest) XXX_Merge

func (m *CreateControllerMetricsRequest) XXX_Merge(src proto.Message)

func (*CreateControllerMetricsRequest) XXX_Size

func (m *CreateControllerMetricsRequest) XXX_Size() int

func (*CreateControllerMetricsRequest) XXX_Unmarshal

func (m *CreateControllerMetricsRequest) XXX_Unmarshal(b []byte) error

type CreateMetricsRequest

type CreateMetricsRequest struct {
	SchemaMeta           *schemas.SchemaMeta `protobuf:"bytes,1,opt,name=schema_meta,json=schemaMeta,proto3" json:"schema_meta,omitempty"`
	Metrics              []*WriteMetric      `protobuf:"bytes,2,rep,name=metrics,proto3" json:"metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CreateMetricsRequest) Descriptor

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

func (*CreateMetricsRequest) GetMetrics

func (m *CreateMetricsRequest) GetMetrics() []*WriteMetric

func (*CreateMetricsRequest) GetSchemaMeta

func (m *CreateMetricsRequest) GetSchemaMeta() *schemas.SchemaMeta

func (*CreateMetricsRequest) ProtoMessage

func (*CreateMetricsRequest) ProtoMessage()

func (*CreateMetricsRequest) Reset

func (m *CreateMetricsRequest) Reset()

func (*CreateMetricsRequest) String

func (m *CreateMetricsRequest) String() string

func (*CreateMetricsRequest) XXX_DiscardUnknown

func (m *CreateMetricsRequest) XXX_DiscardUnknown()

func (*CreateMetricsRequest) XXX_Marshal

func (m *CreateMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateMetricsRequest) XXX_Merge

func (m *CreateMetricsRequest) XXX_Merge(src proto.Message)

func (*CreateMetricsRequest) XXX_Size

func (m *CreateMetricsRequest) XXX_Size() int

func (*CreateMetricsRequest) XXX_Unmarshal

func (m *CreateMetricsRequest) XXX_Unmarshal(b []byte) error

type CreateNamespaceMetricsRequest

type CreateNamespaceMetricsRequest struct {
	NamespaceMetrics     []*NamespaceMetric `protobuf:"bytes,1,rep,name=namespace_metrics,json=namespaceMetrics,proto3" json:"namespace_metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CreateNamespaceMetricsRequest) Descriptor

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

func (*CreateNamespaceMetricsRequest) GetNamespaceMetrics

func (m *CreateNamespaceMetricsRequest) GetNamespaceMetrics() []*NamespaceMetric

func (*CreateNamespaceMetricsRequest) ProtoMessage

func (*CreateNamespaceMetricsRequest) ProtoMessage()

func (*CreateNamespaceMetricsRequest) Reset

func (m *CreateNamespaceMetricsRequest) Reset()

func (*CreateNamespaceMetricsRequest) String

func (*CreateNamespaceMetricsRequest) XXX_DiscardUnknown

func (m *CreateNamespaceMetricsRequest) XXX_DiscardUnknown()

func (*CreateNamespaceMetricsRequest) XXX_Marshal

func (m *CreateNamespaceMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateNamespaceMetricsRequest) XXX_Merge

func (m *CreateNamespaceMetricsRequest) XXX_Merge(src proto.Message)

func (*CreateNamespaceMetricsRequest) XXX_Size

func (m *CreateNamespaceMetricsRequest) XXX_Size() int

func (*CreateNamespaceMetricsRequest) XXX_Unmarshal

func (m *CreateNamespaceMetricsRequest) XXX_Unmarshal(b []byte) error

type CreateNodeMetricsRequest

type CreateNodeMetricsRequest struct {
	NodeMetrics          []*NodeMetric `protobuf:"bytes,1,rep,name=node_metrics,json=nodeMetrics,proto3" json:"node_metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

Represents a request for creating metrics data of nodes

func (*CreateNodeMetricsRequest) Descriptor

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

func (*CreateNodeMetricsRequest) GetNodeMetrics

func (m *CreateNodeMetricsRequest) GetNodeMetrics() []*NodeMetric

func (*CreateNodeMetricsRequest) ProtoMessage

func (*CreateNodeMetricsRequest) ProtoMessage()

func (*CreateNodeMetricsRequest) Reset

func (m *CreateNodeMetricsRequest) Reset()

func (*CreateNodeMetricsRequest) String

func (m *CreateNodeMetricsRequest) String() string

func (*CreateNodeMetricsRequest) XXX_DiscardUnknown

func (m *CreateNodeMetricsRequest) XXX_DiscardUnknown()

func (*CreateNodeMetricsRequest) XXX_Marshal

func (m *CreateNodeMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateNodeMetricsRequest) XXX_Merge

func (m *CreateNodeMetricsRequest) XXX_Merge(src proto.Message)

func (*CreateNodeMetricsRequest) XXX_Size

func (m *CreateNodeMetricsRequest) XXX_Size() int

func (*CreateNodeMetricsRequest) XXX_Unmarshal

func (m *CreateNodeMetricsRequest) XXX_Unmarshal(b []byte) error

type CreatePodMetricsRequest

type CreatePodMetricsRequest struct {
	PodMetrics           []*PodMetric `protobuf:"bytes,1,rep,name=pod_metrics,json=podMetrics,proto3" json:"pod_metrics,omitempty"`
	RateRange            uint64       `protobuf:"varint,2,opt,name=rate_range,json=rateRange,proto3" json:"rate_range,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

Represents a request for creating metrics data of pods

func (*CreatePodMetricsRequest) Descriptor

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

func (*CreatePodMetricsRequest) GetPodMetrics

func (m *CreatePodMetricsRequest) GetPodMetrics() []*PodMetric

func (*CreatePodMetricsRequest) GetRateRange

func (m *CreatePodMetricsRequest) GetRateRange() uint64

func (*CreatePodMetricsRequest) ProtoMessage

func (*CreatePodMetricsRequest) ProtoMessage()

func (*CreatePodMetricsRequest) Reset

func (m *CreatePodMetricsRequest) Reset()

func (*CreatePodMetricsRequest) String

func (m *CreatePodMetricsRequest) String() string

func (*CreatePodMetricsRequest) XXX_DiscardUnknown

func (m *CreatePodMetricsRequest) XXX_DiscardUnknown()

func (*CreatePodMetricsRequest) XXX_Marshal

func (m *CreatePodMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreatePodMetricsRequest) XXX_Merge

func (m *CreatePodMetricsRequest) XXX_Merge(src proto.Message)

func (*CreatePodMetricsRequest) XXX_Size

func (m *CreatePodMetricsRequest) XXX_Size() int

func (*CreatePodMetricsRequest) XXX_Unmarshal

func (m *CreatePodMetricsRequest) XXX_Unmarshal(b []byte) error

type ListApplicationMetricsRequest

type ListApplicationMetricsRequest struct {
	QueryCondition       *common.QueryCondition  `protobuf:"bytes,1,opt,name=query_condition,json=queryCondition,proto3" json:"query_condition,omitempty"`
	ObjectMeta           []*resources.ObjectMeta `protobuf:"bytes,2,rep,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	MetricTypes          []common.MetricType     `` /* 163-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*ListApplicationMetricsRequest) Descriptor

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

func (*ListApplicationMetricsRequest) GetMetricTypes

func (m *ListApplicationMetricsRequest) GetMetricTypes() []common.MetricType

func (*ListApplicationMetricsRequest) GetObjectMeta

func (m *ListApplicationMetricsRequest) GetObjectMeta() []*resources.ObjectMeta

func (*ListApplicationMetricsRequest) GetQueryCondition

func (m *ListApplicationMetricsRequest) GetQueryCondition() *common.QueryCondition

func (*ListApplicationMetricsRequest) ProtoMessage

func (*ListApplicationMetricsRequest) ProtoMessage()

func (*ListApplicationMetricsRequest) Reset

func (m *ListApplicationMetricsRequest) Reset()

func (*ListApplicationMetricsRequest) String

func (*ListApplicationMetricsRequest) XXX_DiscardUnknown

func (m *ListApplicationMetricsRequest) XXX_DiscardUnknown()

func (*ListApplicationMetricsRequest) XXX_Marshal

func (m *ListApplicationMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListApplicationMetricsRequest) XXX_Merge

func (m *ListApplicationMetricsRequest) XXX_Merge(src proto.Message)

func (*ListApplicationMetricsRequest) XXX_Size

func (m *ListApplicationMetricsRequest) XXX_Size() int

func (*ListApplicationMetricsRequest) XXX_Unmarshal

func (m *ListApplicationMetricsRequest) XXX_Unmarshal(b []byte) error

type ListApplicationMetricsResponse

type ListApplicationMetricsResponse struct {
	Status               *status.Status       `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	ApplicationMetrics   []*ApplicationMetric `protobuf:"bytes,2,rep,name=application_metrics,json=applicationMetrics,proto3" json:"application_metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ListApplicationMetricsResponse) Descriptor

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

func (*ListApplicationMetricsResponse) GetApplicationMetrics

func (m *ListApplicationMetricsResponse) GetApplicationMetrics() []*ApplicationMetric

func (*ListApplicationMetricsResponse) GetStatus

func (*ListApplicationMetricsResponse) ProtoMessage

func (*ListApplicationMetricsResponse) ProtoMessage()

func (*ListApplicationMetricsResponse) Reset

func (m *ListApplicationMetricsResponse) Reset()

func (*ListApplicationMetricsResponse) String

func (*ListApplicationMetricsResponse) XXX_DiscardUnknown

func (m *ListApplicationMetricsResponse) XXX_DiscardUnknown()

func (*ListApplicationMetricsResponse) XXX_Marshal

func (m *ListApplicationMetricsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListApplicationMetricsResponse) XXX_Merge

func (m *ListApplicationMetricsResponse) XXX_Merge(src proto.Message)

func (*ListApplicationMetricsResponse) XXX_Size

func (m *ListApplicationMetricsResponse) XXX_Size() int

func (*ListApplicationMetricsResponse) XXX_Unmarshal

func (m *ListApplicationMetricsResponse) XXX_Unmarshal(b []byte) error

type ListClusterMetricsRequest

type ListClusterMetricsRequest struct {
	QueryCondition       *common.QueryCondition  `protobuf:"bytes,1,opt,name=query_condition,json=queryCondition,proto3" json:"query_condition,omitempty"`
	ObjectMeta           []*resources.ObjectMeta `protobuf:"bytes,2,rep,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	MetricTypes          []common.MetricType     `` /* 163-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*ListClusterMetricsRequest) Descriptor

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

func (*ListClusterMetricsRequest) GetMetricTypes

func (m *ListClusterMetricsRequest) GetMetricTypes() []common.MetricType

func (*ListClusterMetricsRequest) GetObjectMeta

func (m *ListClusterMetricsRequest) GetObjectMeta() []*resources.ObjectMeta

func (*ListClusterMetricsRequest) GetQueryCondition

func (m *ListClusterMetricsRequest) GetQueryCondition() *common.QueryCondition

func (*ListClusterMetricsRequest) ProtoMessage

func (*ListClusterMetricsRequest) ProtoMessage()

func (*ListClusterMetricsRequest) Reset

func (m *ListClusterMetricsRequest) Reset()

func (*ListClusterMetricsRequest) String

func (m *ListClusterMetricsRequest) String() string

func (*ListClusterMetricsRequest) XXX_DiscardUnknown

func (m *ListClusterMetricsRequest) XXX_DiscardUnknown()

func (*ListClusterMetricsRequest) XXX_Marshal

func (m *ListClusterMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListClusterMetricsRequest) XXX_Merge

func (m *ListClusterMetricsRequest) XXX_Merge(src proto.Message)

func (*ListClusterMetricsRequest) XXX_Size

func (m *ListClusterMetricsRequest) XXX_Size() int

func (*ListClusterMetricsRequest) XXX_Unmarshal

func (m *ListClusterMetricsRequest) XXX_Unmarshal(b []byte) error

type ListClusterMetricsResponse

type ListClusterMetricsResponse struct {
	Status               *status.Status   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	ClusterMetrics       []*ClusterMetric `protobuf:"bytes,2,rep,name=cluster_metrics,json=clusterMetrics,proto3" json:"cluster_metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ListClusterMetricsResponse) Descriptor

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

func (*ListClusterMetricsResponse) GetClusterMetrics

func (m *ListClusterMetricsResponse) GetClusterMetrics() []*ClusterMetric

func (*ListClusterMetricsResponse) GetStatus

func (m *ListClusterMetricsResponse) GetStatus() *status.Status

func (*ListClusterMetricsResponse) ProtoMessage

func (*ListClusterMetricsResponse) ProtoMessage()

func (*ListClusterMetricsResponse) Reset

func (m *ListClusterMetricsResponse) Reset()

func (*ListClusterMetricsResponse) String

func (m *ListClusterMetricsResponse) String() string

func (*ListClusterMetricsResponse) XXX_DiscardUnknown

func (m *ListClusterMetricsResponse) XXX_DiscardUnknown()

func (*ListClusterMetricsResponse) XXX_Marshal

func (m *ListClusterMetricsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListClusterMetricsResponse) XXX_Merge

func (m *ListClusterMetricsResponse) XXX_Merge(src proto.Message)

func (*ListClusterMetricsResponse) XXX_Size

func (m *ListClusterMetricsResponse) XXX_Size() int

func (*ListClusterMetricsResponse) XXX_Unmarshal

func (m *ListClusterMetricsResponse) XXX_Unmarshal(b []byte) error

type ListControllerMetricsRequest

type ListControllerMetricsRequest struct {
	QueryCondition       *common.QueryCondition  `protobuf:"bytes,1,opt,name=query_condition,json=queryCondition,proto3" json:"query_condition,omitempty"`
	ObjectMeta           []*resources.ObjectMeta `protobuf:"bytes,2,rep,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	MetricTypes          []common.MetricType     `` /* 163-byte string literal not displayed */
	Kind                 resources.Kind          `protobuf:"varint,4,opt,name=kind,proto3,enum=containersai.alameda.v1alpha1.datahub.resources.Kind" json:"kind,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*ListControllerMetricsRequest) Descriptor

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

func (*ListControllerMetricsRequest) GetKind

func (*ListControllerMetricsRequest) GetMetricTypes

func (m *ListControllerMetricsRequest) GetMetricTypes() []common.MetricType

func (*ListControllerMetricsRequest) GetObjectMeta

func (m *ListControllerMetricsRequest) GetObjectMeta() []*resources.ObjectMeta

func (*ListControllerMetricsRequest) GetQueryCondition

func (m *ListControllerMetricsRequest) GetQueryCondition() *common.QueryCondition

func (*ListControllerMetricsRequest) ProtoMessage

func (*ListControllerMetricsRequest) ProtoMessage()

func (*ListControllerMetricsRequest) Reset

func (m *ListControllerMetricsRequest) Reset()

func (*ListControllerMetricsRequest) String

func (*ListControllerMetricsRequest) XXX_DiscardUnknown

func (m *ListControllerMetricsRequest) XXX_DiscardUnknown()

func (*ListControllerMetricsRequest) XXX_Marshal

func (m *ListControllerMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListControllerMetricsRequest) XXX_Merge

func (m *ListControllerMetricsRequest) XXX_Merge(src proto.Message)

func (*ListControllerMetricsRequest) XXX_Size

func (m *ListControllerMetricsRequest) XXX_Size() int

func (*ListControllerMetricsRequest) XXX_Unmarshal

func (m *ListControllerMetricsRequest) XXX_Unmarshal(b []byte) error

type ListControllerMetricsResponse

type ListControllerMetricsResponse struct {
	Status               *status.Status      `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	ControllerMetrics    []*ControllerMetric `protobuf:"bytes,2,rep,name=controller_metrics,json=controllerMetrics,proto3" json:"controller_metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ListControllerMetricsResponse) Descriptor

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

func (*ListControllerMetricsResponse) GetControllerMetrics

func (m *ListControllerMetricsResponse) GetControllerMetrics() []*ControllerMetric

func (*ListControllerMetricsResponse) GetStatus

func (*ListControllerMetricsResponse) ProtoMessage

func (*ListControllerMetricsResponse) ProtoMessage()

func (*ListControllerMetricsResponse) Reset

func (m *ListControllerMetricsResponse) Reset()

func (*ListControllerMetricsResponse) String

func (*ListControllerMetricsResponse) XXX_DiscardUnknown

func (m *ListControllerMetricsResponse) XXX_DiscardUnknown()

func (*ListControllerMetricsResponse) XXX_Marshal

func (m *ListControllerMetricsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListControllerMetricsResponse) XXX_Merge

func (m *ListControllerMetricsResponse) XXX_Merge(src proto.Message)

func (*ListControllerMetricsResponse) XXX_Size

func (m *ListControllerMetricsResponse) XXX_Size() int

func (*ListControllerMetricsResponse) XXX_Unmarshal

func (m *ListControllerMetricsResponse) XXX_Unmarshal(b []byte) error

type ListMetricsRequest

type ListMetricsRequest struct {
	QueryCondition       *common.QueryCondition `protobuf:"bytes,1,opt,name=query_condition,json=queryCondition,proto3" json:"query_condition,omitempty"`
	SchemaMeta           *schemas.SchemaMeta    `protobuf:"bytes,2,opt,name=schema_meta,json=schemaMeta,proto3" json:"schema_meta,omitempty"`
	MetricTypes          []common.MetricType    `` /* 163-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ListMetricsRequest) Descriptor

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

func (*ListMetricsRequest) GetMetricTypes

func (m *ListMetricsRequest) GetMetricTypes() []common.MetricType

func (*ListMetricsRequest) GetQueryCondition

func (m *ListMetricsRequest) GetQueryCondition() *common.QueryCondition

func (*ListMetricsRequest) GetSchemaMeta

func (m *ListMetricsRequest) GetSchemaMeta() *schemas.SchemaMeta

func (*ListMetricsRequest) ProtoMessage

func (*ListMetricsRequest) ProtoMessage()

func (*ListMetricsRequest) Reset

func (m *ListMetricsRequest) Reset()

func (*ListMetricsRequest) String

func (m *ListMetricsRequest) String() string

func (*ListMetricsRequest) XXX_DiscardUnknown

func (m *ListMetricsRequest) XXX_DiscardUnknown()

func (*ListMetricsRequest) XXX_Marshal

func (m *ListMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListMetricsRequest) XXX_Merge

func (m *ListMetricsRequest) XXX_Merge(src proto.Message)

func (*ListMetricsRequest) XXX_Size

func (m *ListMetricsRequest) XXX_Size() int

func (*ListMetricsRequest) XXX_Unmarshal

func (m *ListMetricsRequest) XXX_Unmarshal(b []byte) error

type ListMetricsResponse

type ListMetricsResponse struct {
	Status               *status.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Metrics              *Metric        `protobuf:"bytes,2,opt,name=metrics,proto3" json:"metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ListMetricsResponse) Descriptor

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

func (*ListMetricsResponse) GetMetrics

func (m *ListMetricsResponse) GetMetrics() *Metric

func (*ListMetricsResponse) GetStatus

func (m *ListMetricsResponse) GetStatus() *status.Status

func (*ListMetricsResponse) ProtoMessage

func (*ListMetricsResponse) ProtoMessage()

func (*ListMetricsResponse) Reset

func (m *ListMetricsResponse) Reset()

func (*ListMetricsResponse) String

func (m *ListMetricsResponse) String() string

func (*ListMetricsResponse) XXX_DiscardUnknown

func (m *ListMetricsResponse) XXX_DiscardUnknown()

func (*ListMetricsResponse) XXX_Marshal

func (m *ListMetricsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListMetricsResponse) XXX_Merge

func (m *ListMetricsResponse) XXX_Merge(src proto.Message)

func (*ListMetricsResponse) XXX_Size

func (m *ListMetricsResponse) XXX_Size() int

func (*ListMetricsResponse) XXX_Unmarshal

func (m *ListMetricsResponse) XXX_Unmarshal(b []byte) error

type ListNamespaceMetricsRequest

type ListNamespaceMetricsRequest struct {
	QueryCondition       *common.QueryCondition  `protobuf:"bytes,1,opt,name=query_condition,json=queryCondition,proto3" json:"query_condition,omitempty"`
	ObjectMeta           []*resources.ObjectMeta `protobuf:"bytes,2,rep,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	MetricTypes          []common.MetricType     `` /* 163-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*ListNamespaceMetricsRequest) Descriptor

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

func (*ListNamespaceMetricsRequest) GetMetricTypes

func (m *ListNamespaceMetricsRequest) GetMetricTypes() []common.MetricType

func (*ListNamespaceMetricsRequest) GetObjectMeta

func (m *ListNamespaceMetricsRequest) GetObjectMeta() []*resources.ObjectMeta

func (*ListNamespaceMetricsRequest) GetQueryCondition

func (m *ListNamespaceMetricsRequest) GetQueryCondition() *common.QueryCondition

func (*ListNamespaceMetricsRequest) ProtoMessage

func (*ListNamespaceMetricsRequest) ProtoMessage()

func (*ListNamespaceMetricsRequest) Reset

func (m *ListNamespaceMetricsRequest) Reset()

func (*ListNamespaceMetricsRequest) String

func (m *ListNamespaceMetricsRequest) String() string

func (*ListNamespaceMetricsRequest) XXX_DiscardUnknown

func (m *ListNamespaceMetricsRequest) XXX_DiscardUnknown()

func (*ListNamespaceMetricsRequest) XXX_Marshal

func (m *ListNamespaceMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListNamespaceMetricsRequest) XXX_Merge

func (m *ListNamespaceMetricsRequest) XXX_Merge(src proto.Message)

func (*ListNamespaceMetricsRequest) XXX_Size

func (m *ListNamespaceMetricsRequest) XXX_Size() int

func (*ListNamespaceMetricsRequest) XXX_Unmarshal

func (m *ListNamespaceMetricsRequest) XXX_Unmarshal(b []byte) error

type ListNamespaceMetricsResponse

type ListNamespaceMetricsResponse struct {
	Status               *status.Status     `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	NamespaceMetrics     []*NamespaceMetric `protobuf:"bytes,2,rep,name=namespace_metrics,json=namespaceMetrics,proto3" json:"namespace_metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ListNamespaceMetricsResponse) Descriptor

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

func (*ListNamespaceMetricsResponse) GetNamespaceMetrics

func (m *ListNamespaceMetricsResponse) GetNamespaceMetrics() []*NamespaceMetric

func (*ListNamespaceMetricsResponse) GetStatus

func (m *ListNamespaceMetricsResponse) GetStatus() *status.Status

func (*ListNamespaceMetricsResponse) ProtoMessage

func (*ListNamespaceMetricsResponse) ProtoMessage()

func (*ListNamespaceMetricsResponse) Reset

func (m *ListNamespaceMetricsResponse) Reset()

func (*ListNamespaceMetricsResponse) String

func (*ListNamespaceMetricsResponse) XXX_DiscardUnknown

func (m *ListNamespaceMetricsResponse) XXX_DiscardUnknown()

func (*ListNamespaceMetricsResponse) XXX_Marshal

func (m *ListNamespaceMetricsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListNamespaceMetricsResponse) XXX_Merge

func (m *ListNamespaceMetricsResponse) XXX_Merge(src proto.Message)

func (*ListNamespaceMetricsResponse) XXX_Size

func (m *ListNamespaceMetricsResponse) XXX_Size() int

func (*ListNamespaceMetricsResponse) XXX_Unmarshal

func (m *ListNamespaceMetricsResponse) XXX_Unmarshal(b []byte) error

type ListNodeMetricsRequest

type ListNodeMetricsRequest struct {
	QueryCondition       *common.QueryCondition  `protobuf:"bytes,1,opt,name=query_condition,json=queryCondition,proto3" json:"query_condition,omitempty"`
	ObjectMeta           []*resources.ObjectMeta `protobuf:"bytes,2,rep,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	MetricTypes          []common.MetricType     `` /* 163-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

Represents a request for listing metric data of a node

func (*ListNodeMetricsRequest) Descriptor

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

func (*ListNodeMetricsRequest) GetMetricTypes

func (m *ListNodeMetricsRequest) GetMetricTypes() []common.MetricType

func (*ListNodeMetricsRequest) GetObjectMeta

func (m *ListNodeMetricsRequest) GetObjectMeta() []*resources.ObjectMeta

func (*ListNodeMetricsRequest) GetQueryCondition

func (m *ListNodeMetricsRequest) GetQueryCondition() *common.QueryCondition

func (*ListNodeMetricsRequest) ProtoMessage

func (*ListNodeMetricsRequest) ProtoMessage()

func (*ListNodeMetricsRequest) Reset

func (m *ListNodeMetricsRequest) Reset()

func (*ListNodeMetricsRequest) String

func (m *ListNodeMetricsRequest) String() string

func (*ListNodeMetricsRequest) XXX_DiscardUnknown

func (m *ListNodeMetricsRequest) XXX_DiscardUnknown()

func (*ListNodeMetricsRequest) XXX_Marshal

func (m *ListNodeMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListNodeMetricsRequest) XXX_Merge

func (m *ListNodeMetricsRequest) XXX_Merge(src proto.Message)

func (*ListNodeMetricsRequest) XXX_Size

func (m *ListNodeMetricsRequest) XXX_Size() int

func (*ListNodeMetricsRequest) XXX_Unmarshal

func (m *ListNodeMetricsRequest) XXX_Unmarshal(b []byte) error

type ListNodeMetricsResponse

type ListNodeMetricsResponse struct {
	Status               *status.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	NodeMetrics          []*NodeMetric  `protobuf:"bytes,2,rep,name=node_metrics,json=nodeMetrics,proto3" json:"node_metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

Represents a response for a listing node metrics request

func (*ListNodeMetricsResponse) Descriptor

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

func (*ListNodeMetricsResponse) GetNodeMetrics

func (m *ListNodeMetricsResponse) GetNodeMetrics() []*NodeMetric

func (*ListNodeMetricsResponse) GetStatus

func (m *ListNodeMetricsResponse) GetStatus() *status.Status

func (*ListNodeMetricsResponse) ProtoMessage

func (*ListNodeMetricsResponse) ProtoMessage()

func (*ListNodeMetricsResponse) Reset

func (m *ListNodeMetricsResponse) Reset()

func (*ListNodeMetricsResponse) String

func (m *ListNodeMetricsResponse) String() string

func (*ListNodeMetricsResponse) XXX_DiscardUnknown

func (m *ListNodeMetricsResponse) XXX_DiscardUnknown()

func (*ListNodeMetricsResponse) XXX_Marshal

func (m *ListNodeMetricsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListNodeMetricsResponse) XXX_Merge

func (m *ListNodeMetricsResponse) XXX_Merge(src proto.Message)

func (*ListNodeMetricsResponse) XXX_Size

func (m *ListNodeMetricsResponse) XXX_Size() int

func (*ListNodeMetricsResponse) XXX_Unmarshal

func (m *ListNodeMetricsResponse) XXX_Unmarshal(b []byte) error

type ListPodMetricsRequest

type ListPodMetricsRequest struct {
	QueryCondition       *common.QueryCondition  `protobuf:"bytes,1,opt,name=query_condition,json=queryCondition,proto3" json:"query_condition,omitempty"`
	ObjectMeta           []*resources.ObjectMeta `protobuf:"bytes,2,rep,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	MetricTypes          []common.MetricType     `` /* 163-byte string literal not displayed */
	RateRange            uint64                  `protobuf:"varint,4,opt,name=rate_range,json=rateRange,proto3" json:"rate_range,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

Represents a request for listing metric data of a pod

func (*ListPodMetricsRequest) Descriptor

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

func (*ListPodMetricsRequest) GetMetricTypes

func (m *ListPodMetricsRequest) GetMetricTypes() []common.MetricType

func (*ListPodMetricsRequest) GetObjectMeta

func (m *ListPodMetricsRequest) GetObjectMeta() []*resources.ObjectMeta

func (*ListPodMetricsRequest) GetQueryCondition

func (m *ListPodMetricsRequest) GetQueryCondition() *common.QueryCondition

func (*ListPodMetricsRequest) GetRateRange

func (m *ListPodMetricsRequest) GetRateRange() uint64

func (*ListPodMetricsRequest) ProtoMessage

func (*ListPodMetricsRequest) ProtoMessage()

func (*ListPodMetricsRequest) Reset

func (m *ListPodMetricsRequest) Reset()

func (*ListPodMetricsRequest) String

func (m *ListPodMetricsRequest) String() string

func (*ListPodMetricsRequest) XXX_DiscardUnknown

func (m *ListPodMetricsRequest) XXX_DiscardUnknown()

func (*ListPodMetricsRequest) XXX_Marshal

func (m *ListPodMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListPodMetricsRequest) XXX_Merge

func (m *ListPodMetricsRequest) XXX_Merge(src proto.Message)

func (*ListPodMetricsRequest) XXX_Size

func (m *ListPodMetricsRequest) XXX_Size() int

func (*ListPodMetricsRequest) XXX_Unmarshal

func (m *ListPodMetricsRequest) XXX_Unmarshal(b []byte) error

type ListPodMetricsResponse

type ListPodMetricsResponse struct {
	Status               *status.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	PodMetrics           []*PodMetric   `protobuf:"bytes,2,rep,name=pod_metrics,json=podMetrics,proto3" json:"pod_metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

Represents a response for a listing pod metric data request

func (*ListPodMetricsResponse) Descriptor

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

func (*ListPodMetricsResponse) GetPodMetrics

func (m *ListPodMetricsResponse) GetPodMetrics() []*PodMetric

func (*ListPodMetricsResponse) GetStatus

func (m *ListPodMetricsResponse) GetStatus() *status.Status

func (*ListPodMetricsResponse) ProtoMessage

func (*ListPodMetricsResponse) ProtoMessage()

func (*ListPodMetricsResponse) Reset

func (m *ListPodMetricsResponse) Reset()

func (*ListPodMetricsResponse) String

func (m *ListPodMetricsResponse) String() string

func (*ListPodMetricsResponse) XXX_DiscardUnknown

func (m *ListPodMetricsResponse) XXX_DiscardUnknown()

func (*ListPodMetricsResponse) XXX_Marshal

func (m *ListPodMetricsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListPodMetricsResponse) XXX_Merge

func (m *ListPodMetricsResponse) XXX_Merge(src proto.Message)

func (*ListPodMetricsResponse) XXX_Size

func (m *ListPodMetricsResponse) XXX_Size() int

func (*ListPodMetricsResponse) XXX_Unmarshal

func (m *ListPodMetricsResponse) XXX_Unmarshal(b []byte) error

type Metric

type Metric struct {
	SchemaMeta           *schemas.SchemaMeta `protobuf:"bytes,1,opt,name=schema_meta,json=schemaMeta,proto3" json:"schema_meta,omitempty"`
	MetricData           []*MetricData       `protobuf:"bytes,2,rep,name=metric_data,json=metricData,proto3" json:"metric_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*Metric) Descriptor

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

func (*Metric) GetMetricData

func (m *Metric) GetMetricData() []*MetricData

func (*Metric) GetSchemaMeta

func (m *Metric) GetSchemaMeta() *schemas.SchemaMeta

func (*Metric) ProtoMessage

func (*Metric) ProtoMessage()

func (*Metric) Reset

func (m *Metric) Reset()

func (*Metric) String

func (m *Metric) String() string

func (*Metric) XXX_DiscardUnknown

func (m *Metric) XXX_DiscardUnknown()

func (*Metric) XXX_Marshal

func (m *Metric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Metric) XXX_Merge

func (m *Metric) XXX_Merge(src proto.Message)

func (*Metric) XXX_Size

func (m *Metric) XXX_Size() int

func (*Metric) XXX_Unmarshal

func (m *Metric) XXX_Unmarshal(b []byte) error

type MetricData

type MetricData struct {
	MetricType           common.MetricType `` /* 153-byte string literal not displayed */
	ReadData             *common.ReadData  `protobuf:"bytes,2,opt,name=read_data,json=readData,proto3" json:"read_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*MetricData) Descriptor

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

func (*MetricData) GetMetricType

func (m *MetricData) GetMetricType() common.MetricType

func (*MetricData) GetReadData

func (m *MetricData) GetReadData() *common.ReadData

func (*MetricData) ProtoMessage

func (*MetricData) ProtoMessage()

func (*MetricData) Reset

func (m *MetricData) Reset()

func (*MetricData) String

func (m *MetricData) String() string

func (*MetricData) XXX_DiscardUnknown

func (m *MetricData) XXX_DiscardUnknown()

func (*MetricData) XXX_Marshal

func (m *MetricData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MetricData) XXX_Merge

func (m *MetricData) XXX_Merge(src proto.Message)

func (*MetricData) XXX_Size

func (m *MetricData) XXX_Size() int

func (*MetricData) XXX_Unmarshal

func (m *MetricData) XXX_Unmarshal(b []byte) error

type NamespaceMetric

type NamespaceMetric struct {
	ObjectMeta           *resources.ObjectMeta `protobuf:"bytes,1,opt,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	MetricData           []*common.MetricData  `protobuf:"bytes,2,rep,name=metric_data,json=metricData,proto3" json:"metric_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*NamespaceMetric) Descriptor

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

func (*NamespaceMetric) GetMetricData

func (m *NamespaceMetric) GetMetricData() []*common.MetricData

func (*NamespaceMetric) GetObjectMeta

func (m *NamespaceMetric) GetObjectMeta() *resources.ObjectMeta

func (*NamespaceMetric) ProtoMessage

func (*NamespaceMetric) ProtoMessage()

func (*NamespaceMetric) Reset

func (m *NamespaceMetric) Reset()

func (*NamespaceMetric) String

func (m *NamespaceMetric) String() string

func (*NamespaceMetric) XXX_DiscardUnknown

func (m *NamespaceMetric) XXX_DiscardUnknown()

func (*NamespaceMetric) XXX_Marshal

func (m *NamespaceMetric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NamespaceMetric) XXX_Merge

func (m *NamespaceMetric) XXX_Merge(src proto.Message)

func (*NamespaceMetric) XXX_Size

func (m *NamespaceMetric) XXX_Size() int

func (*NamespaceMetric) XXX_Unmarshal

func (m *NamespaceMetric) XXX_Unmarshal(b []byte) error

type NodeMetric

type NodeMetric struct {
	ObjectMeta           *resources.ObjectMeta `protobuf:"bytes,1,opt,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	MetricData           []*common.MetricData  `protobuf:"bytes,2,rep,name=metric_data,json=metricData,proto3" json:"metric_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Represents metric data of a node

func (*NodeMetric) Descriptor

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

func (*NodeMetric) GetMetricData

func (m *NodeMetric) GetMetricData() []*common.MetricData

func (*NodeMetric) GetObjectMeta

func (m *NodeMetric) GetObjectMeta() *resources.ObjectMeta

func (*NodeMetric) ProtoMessage

func (*NodeMetric) ProtoMessage()

func (*NodeMetric) Reset

func (m *NodeMetric) Reset()

func (*NodeMetric) String

func (m *NodeMetric) String() string

func (*NodeMetric) XXX_DiscardUnknown

func (m *NodeMetric) XXX_DiscardUnknown()

func (*NodeMetric) XXX_Marshal

func (m *NodeMetric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeMetric) XXX_Merge

func (m *NodeMetric) XXX_Merge(src proto.Message)

func (*NodeMetric) XXX_Size

func (m *NodeMetric) XXX_Size() int

func (*NodeMetric) XXX_Unmarshal

func (m *NodeMetric) XXX_Unmarshal(b []byte) error

type PodMetric

type PodMetric struct {
	ObjectMeta           *resources.ObjectMeta `protobuf:"bytes,1,opt,name=object_meta,json=objectMeta,proto3" json:"object_meta,omitempty"`
	ContainerMetrics     []*ContainerMetric    `protobuf:"bytes,2,rep,name=container_metrics,json=containerMetrics,proto3" json:"container_metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Represents metric data of a pod

func (*PodMetric) Descriptor

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

func (*PodMetric) GetContainerMetrics

func (m *PodMetric) GetContainerMetrics() []*ContainerMetric

func (*PodMetric) GetObjectMeta

func (m *PodMetric) GetObjectMeta() *resources.ObjectMeta

func (*PodMetric) ProtoMessage

func (*PodMetric) ProtoMessage()

func (*PodMetric) Reset

func (m *PodMetric) Reset()

func (*PodMetric) String

func (m *PodMetric) String() string

func (*PodMetric) XXX_DiscardUnknown

func (m *PodMetric) XXX_DiscardUnknown()

func (*PodMetric) XXX_Marshal

func (m *PodMetric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PodMetric) XXX_Merge

func (m *PodMetric) XXX_Merge(src proto.Message)

func (*PodMetric) XXX_Size

func (m *PodMetric) XXX_Size() int

func (*PodMetric) XXX_Unmarshal

func (m *PodMetric) XXX_Unmarshal(b []byte) error

type WriteMetric

type WriteMetric struct {
	MetricType           common.MetricType `` /* 153-byte string literal not displayed */
	WriteData            *common.WriteData `protobuf:"bytes,2,opt,name=write_data,json=writeData,proto3" json:"write_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*WriteMetric) Descriptor

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

func (*WriteMetric) GetMetricType

func (m *WriteMetric) GetMetricType() common.MetricType

func (*WriteMetric) GetWriteData

func (m *WriteMetric) GetWriteData() *common.WriteData

func (*WriteMetric) ProtoMessage

func (*WriteMetric) ProtoMessage()

func (*WriteMetric) Reset

func (m *WriteMetric) Reset()

func (*WriteMetric) String

func (m *WriteMetric) String() string

func (*WriteMetric) XXX_DiscardUnknown

func (m *WriteMetric) XXX_DiscardUnknown()

func (*WriteMetric) XXX_Marshal

func (m *WriteMetric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WriteMetric) XXX_Merge

func (m *WriteMetric) XXX_Merge(src proto.Message)

func (*WriteMetric) XXX_Size

func (m *WriteMetric) XXX_Size() int

func (*WriteMetric) XXX_Unmarshal

func (m *WriteMetric) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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