carbonapi_v3_pb

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2021 License: Apache-2.0 Imports: 10 Imported by: 103

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthCarbonapiV3Pb        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCarbonapiV3Pb          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupCarbonapiV3Pb = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type CapabilityRequest added in v0.2.1

type CapabilityRequest struct {
}

Fetch Storage Capabilities

func (*CapabilityRequest) Descriptor added in v0.2.1

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

func (*CapabilityRequest) Equal added in v0.2.1

func (this *CapabilityRequest) Equal(that interface{}) bool

func (*CapabilityRequest) GoString added in v0.2.1

func (this *CapabilityRequest) GoString() string

func (*CapabilityRequest) Marshal added in v0.2.1

func (m *CapabilityRequest) Marshal() (dAtA []byte, err error)

func (*CapabilityRequest) MarshalTo added in v0.2.1

func (m *CapabilityRequest) MarshalTo(dAtA []byte) (int, error)

func (*CapabilityRequest) MarshalToSizedBuffer added in v1.0.0

func (m *CapabilityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CapabilityRequest) ProtoMessage added in v0.2.1

func (*CapabilityRequest) ProtoMessage()

func (*CapabilityRequest) Reset added in v0.2.1

func (m *CapabilityRequest) Reset()

func (*CapabilityRequest) Size added in v0.2.1

func (m *CapabilityRequest) Size() (n int)

func (*CapabilityRequest) String added in v0.2.1

func (this *CapabilityRequest) String() string

func (*CapabilityRequest) Unmarshal added in v0.2.1

func (m *CapabilityRequest) Unmarshal(dAtA []byte) error

func (*CapabilityRequest) XXX_DiscardUnknown added in v0.4.3

func (m *CapabilityRequest) XXX_DiscardUnknown()

func (*CapabilityRequest) XXX_Marshal added in v0.4.3

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

func (*CapabilityRequest) XXX_Merge added in v0.4.3

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

func (*CapabilityRequest) XXX_Size added in v0.4.3

func (m *CapabilityRequest) XXX_Size() int

func (*CapabilityRequest) XXX_Unmarshal added in v0.4.3

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

type CapabilityResponse added in v0.2.1

type CapabilityResponse struct {
	// carbonapi_v2_pb, carbonapi_v3_pb, etc.
	SupportedProtocols []string `protobuf:"bytes,1,rep,name=supportedProtocols,proto3" json:"supportedProtocols,omitempty"`
	// server name
	Name                      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	HighPrecisionTimestamps   bool   `protobuf:"varint,3,opt,name=highPrecisionTimestamps,proto3" json:"highPrecisionTimestamps,omitempty"`
	SupportFilteringFunctions bool   `protobuf:"varint,4,opt,name=supportFilteringFunctions,proto3" json:"supportFilteringFunctions,omitempty"`
	// true if storage will behave normally if request is splitted by maxGlobs
	LikeSplittedRequests bool `protobuf:"varint,5,opt,name=likeSplittedRequests,proto3" json:"likeSplittedRequests,omitempty"`
	SupportStreaming     bool `protobuf:"varint,6,opt,name=supportStreaming,proto3" json:"supportStreaming,omitempty"`
}

Storage capability information

func (*CapabilityResponse) Descriptor added in v0.2.1

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

func (*CapabilityResponse) Equal added in v0.2.1

func (this *CapabilityResponse) Equal(that interface{}) bool

func (*CapabilityResponse) GetHighPrecisionTimestamps added in v0.2.1

func (m *CapabilityResponse) GetHighPrecisionTimestamps() bool

func (*CapabilityResponse) GetLikeSplittedRequests added in v0.2.1

func (m *CapabilityResponse) GetLikeSplittedRequests() bool

func (*CapabilityResponse) GetName added in v0.2.1

func (m *CapabilityResponse) GetName() string

func (*CapabilityResponse) GetSupportFilteringFunctions added in v0.2.1

func (m *CapabilityResponse) GetSupportFilteringFunctions() bool

func (*CapabilityResponse) GetSupportStreaming added in v0.2.1

func (m *CapabilityResponse) GetSupportStreaming() bool

func (*CapabilityResponse) GetSupportedProtocols added in v0.4.1

func (m *CapabilityResponse) GetSupportedProtocols() []string

func (*CapabilityResponse) GoString added in v0.2.1

func (this *CapabilityResponse) GoString() string

func (*CapabilityResponse) Marshal added in v0.2.1

func (m *CapabilityResponse) Marshal() (dAtA []byte, err error)

func (*CapabilityResponse) MarshalTo added in v0.2.1

func (m *CapabilityResponse) MarshalTo(dAtA []byte) (int, error)

func (*CapabilityResponse) MarshalToSizedBuffer added in v1.0.0

func (m *CapabilityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CapabilityResponse) ProtoMessage added in v0.2.1

func (*CapabilityResponse) ProtoMessage()

func (*CapabilityResponse) Reset added in v0.2.1

func (m *CapabilityResponse) Reset()

func (*CapabilityResponse) Size added in v0.2.1

func (m *CapabilityResponse) Size() (n int)

func (*CapabilityResponse) String added in v0.2.1

func (this *CapabilityResponse) String() string

func (*CapabilityResponse) Unmarshal added in v0.2.1

func (m *CapabilityResponse) Unmarshal(dAtA []byte) error

func (*CapabilityResponse) XXX_DiscardUnknown added in v0.4.3

func (m *CapabilityResponse) XXX_DiscardUnknown()

func (*CapabilityResponse) XXX_Marshal added in v0.4.3

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

func (*CapabilityResponse) XXX_Merge added in v0.4.3

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

func (*CapabilityResponse) XXX_Size added in v0.4.3

func (m *CapabilityResponse) XXX_Size() int

func (*CapabilityResponse) XXX_Unmarshal added in v0.4.3

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

type FetchRequest

type FetchRequest struct {
	Name      string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=startTime,proto3" json:"startTime,omitempty"`
	StopTime  int64  `protobuf:"varint,3,opt,name=stopTime,proto3" json:"stopTime,omitempty"`
	// Should be true if our request requires more precision than seconds.
	HighPrecisionTimestamps bool                 `protobuf:"varint,4,opt,name=highPrecisionTimestamps,proto3" json:"highPrecisionTimestamps,omitempty"`
	PathExpression          string               `protobuf:"bytes,5,opt,name=pathExpression,proto3" json:"pathExpression,omitempty"`
	FilterFunctions         []*FilteringFunction `protobuf:"bytes,6,rep,name=filterFunctions,proto3" json:"filterFunctions,omitempty"`
	MaxDataPoints           int64                `protobuf:"varint,7,opt,name=maxDataPoints,proto3" json:"maxDataPoints,omitempty"`
}

Fetch Data

func (*FetchRequest) Descriptor

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

func (*FetchRequest) Equal

func (this *FetchRequest) Equal(that interface{}) bool

func (*FetchRequest) GetFilterFunctions

func (m *FetchRequest) GetFilterFunctions() []*FilteringFunction

func (*FetchRequest) GetHighPrecisionTimestamps added in v0.2.1

func (m *FetchRequest) GetHighPrecisionTimestamps() bool

func (*FetchRequest) GetMaxDataPoints added in v0.4.3

func (m *FetchRequest) GetMaxDataPoints() int64

func (*FetchRequest) GetName

func (m *FetchRequest) GetName() string

func (*FetchRequest) GetPathExpression added in v0.4.1

func (m *FetchRequest) GetPathExpression() string

func (*FetchRequest) GetStartTime

func (m *FetchRequest) GetStartTime() int64

func (*FetchRequest) GetStopTime

func (m *FetchRequest) GetStopTime() int64

func (*FetchRequest) GoString

func (this *FetchRequest) GoString() string

func (*FetchRequest) Marshal

func (m *FetchRequest) Marshal() (dAtA []byte, err error)

func (*FetchRequest) MarshalTo

func (m *FetchRequest) MarshalTo(dAtA []byte) (int, error)

func (*FetchRequest) MarshalToSizedBuffer added in v1.0.0

func (m *FetchRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FetchRequest) ProtoMessage

func (*FetchRequest) ProtoMessage()

func (*FetchRequest) Reset

func (m *FetchRequest) Reset()

func (*FetchRequest) Size

func (m *FetchRequest) Size() (n int)

func (*FetchRequest) String

func (this *FetchRequest) String() string

func (*FetchRequest) Unmarshal

func (m *FetchRequest) Unmarshal(dAtA []byte) error

func (*FetchRequest) XXX_DiscardUnknown added in v0.4.3

func (m *FetchRequest) XXX_DiscardUnknown()

func (*FetchRequest) XXX_Marshal added in v0.4.3

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

func (*FetchRequest) XXX_Merge added in v0.4.3

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

func (*FetchRequest) XXX_Size added in v0.4.3

func (m *FetchRequest) XXX_Size() int

func (*FetchRequest) XXX_Unmarshal added in v0.4.3

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

type FetchResponse

type FetchResponse struct {
	Name              string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	PathExpression    string  `protobuf:"bytes,2,opt,name=pathExpression,proto3" json:"pathExpression,omitempty"`
	ConsolidationFunc string  `protobuf:"bytes,3,opt,name=consolidationFunc,proto3" json:"consolidationFunc,omitempty"`
	StartTime         int64   `protobuf:"varint,4,opt,name=startTime,proto3" json:"startTime,omitempty"`
	StopTime          int64   `protobuf:"varint,5,opt,name=stopTime,proto3" json:"stopTime,omitempty"`
	StepTime          int64   `protobuf:"varint,6,opt,name=stepTime,proto3" json:"stepTime,omitempty"`
	XFilesFactor      float32 `protobuf:"fixed32,7,opt,name=xFilesFactor,proto3" json:"xFilesFactor,omitempty"`
	// Should be true if timestamps have better precision than seconds.
	HighPrecisionTimestamps bool      `protobuf:"varint,8,opt,name=highPrecisionTimestamps,proto3" json:"highPrecisionTimestamps,omitempty"`
	Values                  []float64 `protobuf:"fixed64,9,rep,packed,name=values,proto3" json:"values,omitempty"`
	AppliedFunctions        []string  `protobuf:"bytes,10,rep,name=appliedFunctions,proto3" json:"appliedFunctions,omitempty"`
	RequestStartTime        int64     `protobuf:"varint,11,opt,name=requestStartTime,proto3" json:"requestStartTime,omitempty"`
	RequestStopTime         int64     `protobuf:"varint,12,opt,name=requestStopTime,proto3" json:"requestStopTime,omitempty"`
}

Stop time can be computed by stepTime*len(values)

func (*FetchResponse) Descriptor

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

func (*FetchResponse) Equal

func (this *FetchResponse) Equal(that interface{}) bool

func (*FetchResponse) GetAppliedFunctions

func (m *FetchResponse) GetAppliedFunctions() []string

func (*FetchResponse) GetConsolidationFunc

func (m *FetchResponse) GetConsolidationFunc() string

func (*FetchResponse) GetHighPrecisionTimestamps added in v0.2.1

func (m *FetchResponse) GetHighPrecisionTimestamps() bool

func (*FetchResponse) GetName

func (m *FetchResponse) GetName() string

func (*FetchResponse) GetPathExpression

func (m *FetchResponse) GetPathExpression() string

func (*FetchResponse) GetRequestStartTime added in v0.4.2

func (m *FetchResponse) GetRequestStartTime() int64

func (*FetchResponse) GetRequestStopTime added in v0.4.2

func (m *FetchResponse) GetRequestStopTime() int64

func (*FetchResponse) GetStartTime

func (m *FetchResponse) GetStartTime() int64

func (*FetchResponse) GetStepTime

func (m *FetchResponse) GetStepTime() int64

func (*FetchResponse) GetStopTime

func (m *FetchResponse) GetStopTime() int64

func (*FetchResponse) GetValues

func (m *FetchResponse) GetValues() []float64

func (*FetchResponse) GetXFilesFactor

func (m *FetchResponse) GetXFilesFactor() float32

func (*FetchResponse) GoString

func (this *FetchResponse) GoString() string

func (*FetchResponse) Marshal

func (m *FetchResponse) Marshal() (dAtA []byte, err error)

func (*FetchResponse) MarshalTo

func (m *FetchResponse) MarshalTo(dAtA []byte) (int, error)

func (*FetchResponse) MarshalToSizedBuffer added in v1.0.0

func (m *FetchResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FetchResponse) ProtoMessage

func (*FetchResponse) ProtoMessage()

func (*FetchResponse) Reset

func (m *FetchResponse) Reset()

func (*FetchResponse) Size

func (m *FetchResponse) Size() (n int)

func (*FetchResponse) String

func (this *FetchResponse) String() string

func (*FetchResponse) Unmarshal

func (m *FetchResponse) Unmarshal(dAtA []byte) error

func (*FetchResponse) XXX_DiscardUnknown added in v0.4.3

func (m *FetchResponse) XXX_DiscardUnknown()

func (*FetchResponse) XXX_Marshal added in v0.4.3

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

func (*FetchResponse) XXX_Merge added in v0.4.3

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

func (*FetchResponse) XXX_Size added in v0.4.3

func (m *FetchResponse) XXX_Size() int

func (*FetchResponse) XXX_Unmarshal added in v0.4.3

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

type FilteringFunction

type FilteringFunction struct {
	Name      string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Arguments []string `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"`
}

func (*FilteringFunction) Descriptor

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

func (*FilteringFunction) Equal

func (this *FilteringFunction) Equal(that interface{}) bool

func (*FilteringFunction) GetArguments

func (m *FilteringFunction) GetArguments() []string

func (*FilteringFunction) GetName

func (m *FilteringFunction) GetName() string

func (*FilteringFunction) GoString

func (this *FilteringFunction) GoString() string

func (*FilteringFunction) Marshal

func (m *FilteringFunction) Marshal() (dAtA []byte, err error)

func (*FilteringFunction) MarshalTo

func (m *FilteringFunction) MarshalTo(dAtA []byte) (int, error)

func (*FilteringFunction) MarshalToSizedBuffer added in v1.0.0

func (m *FilteringFunction) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FilteringFunction) ProtoMessage

func (*FilteringFunction) ProtoMessage()

func (*FilteringFunction) Reset

func (m *FilteringFunction) Reset()

func (*FilteringFunction) Size

func (m *FilteringFunction) Size() (n int)

func (*FilteringFunction) String

func (this *FilteringFunction) String() string

func (*FilteringFunction) Unmarshal

func (m *FilteringFunction) Unmarshal(dAtA []byte) error

func (*FilteringFunction) XXX_DiscardUnknown added in v0.4.3

func (m *FilteringFunction) XXX_DiscardUnknown()

func (*FilteringFunction) XXX_Marshal added in v0.4.3

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

func (*FilteringFunction) XXX_Merge added in v0.4.3

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

func (*FilteringFunction) XXX_Size added in v0.4.3

func (m *FilteringFunction) XXX_Size() int

func (*FilteringFunction) XXX_Unmarshal added in v0.4.3

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

type GlobMatch

type GlobMatch struct {
	Path   string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	IsLeaf bool   `protobuf:"varint,2,opt,name=isLeaf,proto3" json:"isLeaf,omitempty"`
}

func (*GlobMatch) Descriptor

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

func (*GlobMatch) Equal

func (this *GlobMatch) Equal(that interface{}) bool

func (*GlobMatch) GetIsLeaf

func (m *GlobMatch) GetIsLeaf() bool

func (*GlobMatch) GetPath

func (m *GlobMatch) GetPath() string

func (*GlobMatch) GoString

func (this *GlobMatch) GoString() string

func (*GlobMatch) Marshal

func (m *GlobMatch) Marshal() (dAtA []byte, err error)

func (*GlobMatch) MarshalTo

func (m *GlobMatch) MarshalTo(dAtA []byte) (int, error)

func (*GlobMatch) MarshalToSizedBuffer added in v1.0.0

func (m *GlobMatch) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GlobMatch) ProtoMessage

func (*GlobMatch) ProtoMessage()

func (*GlobMatch) Reset

func (m *GlobMatch) Reset()

func (*GlobMatch) Size

func (m *GlobMatch) Size() (n int)

func (*GlobMatch) String

func (this *GlobMatch) String() string

func (*GlobMatch) Unmarshal

func (m *GlobMatch) Unmarshal(dAtA []byte) error

func (*GlobMatch) XXX_DiscardUnknown added in v0.4.3

func (m *GlobMatch) XXX_DiscardUnknown()

func (*GlobMatch) XXX_Marshal added in v0.4.3

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

func (*GlobMatch) XXX_Merge added in v0.4.3

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

func (*GlobMatch) XXX_Size added in v0.4.3

func (m *GlobMatch) XXX_Size() int

func (*GlobMatch) XXX_Unmarshal added in v0.4.3

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

type GlobResponse

type GlobResponse struct {
	Name    string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Matches []GlobMatch `protobuf:"bytes,2,rep,name=matches,proto3" json:"matches"`
}

request name to metrics

func (*GlobResponse) Descriptor

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

func (*GlobResponse) Equal

func (this *GlobResponse) Equal(that interface{}) bool

func (*GlobResponse) GetMatches

func (m *GlobResponse) GetMatches() []GlobMatch

func (*GlobResponse) GetName

func (m *GlobResponse) GetName() string

func (*GlobResponse) GoString

func (this *GlobResponse) GoString() string

func (*GlobResponse) Marshal

func (m *GlobResponse) Marshal() (dAtA []byte, err error)

func (*GlobResponse) MarshalTo

func (m *GlobResponse) MarshalTo(dAtA []byte) (int, error)

func (*GlobResponse) MarshalToSizedBuffer added in v1.0.0

func (m *GlobResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GlobResponse) ProtoMessage

func (*GlobResponse) ProtoMessage()

func (*GlobResponse) Reset

func (m *GlobResponse) Reset()

func (*GlobResponse) Size

func (m *GlobResponse) Size() (n int)

func (*GlobResponse) String

func (this *GlobResponse) String() string

func (*GlobResponse) Unmarshal

func (m *GlobResponse) Unmarshal(dAtA []byte) error

func (*GlobResponse) XXX_DiscardUnknown added in v0.4.3

func (m *GlobResponse) XXX_DiscardUnknown()

func (*GlobResponse) XXX_Marshal added in v0.4.3

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

func (*GlobResponse) XXX_Merge added in v0.4.3

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

func (*GlobResponse) XXX_Size added in v0.4.3

func (m *GlobResponse) XXX_Size() int

func (*GlobResponse) XXX_Unmarshal added in v0.4.3

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

type ListMetricsResponse

type ListMetricsResponse struct {
	Metrics []string `protobuf:"bytes,1,rep,name=Metrics,proto3" json:"Metrics,omitempty"`
}

List all metrics

func (*ListMetricsResponse) Descriptor

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

func (*ListMetricsResponse) Equal

func (this *ListMetricsResponse) Equal(that interface{}) bool

func (*ListMetricsResponse) GetMetrics

func (m *ListMetricsResponse) GetMetrics() []string

func (*ListMetricsResponse) GoString

func (this *ListMetricsResponse) GoString() string

func (*ListMetricsResponse) Marshal

func (m *ListMetricsResponse) Marshal() (dAtA []byte, err error)

func (*ListMetricsResponse) MarshalTo

func (m *ListMetricsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListMetricsResponse) MarshalToSizedBuffer added in v1.0.0

func (m *ListMetricsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListMetricsResponse) ProtoMessage

func (*ListMetricsResponse) ProtoMessage()

func (*ListMetricsResponse) Reset

func (m *ListMetricsResponse) Reset()

func (*ListMetricsResponse) Size

func (m *ListMetricsResponse) Size() (n int)

func (*ListMetricsResponse) String

func (this *ListMetricsResponse) String() string

func (*ListMetricsResponse) Unmarshal

func (m *ListMetricsResponse) Unmarshal(dAtA []byte) error

func (*ListMetricsResponse) XXX_DiscardUnknown added in v0.4.3

func (m *ListMetricsResponse) XXX_DiscardUnknown()

func (*ListMetricsResponse) XXX_Marshal added in v0.4.3

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

func (*ListMetricsResponse) XXX_Merge added in v0.4.3

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

func (*ListMetricsResponse) XXX_Size added in v0.4.3

func (m *ListMetricsResponse) XXX_Size() int

func (*ListMetricsResponse) XXX_Unmarshal added in v0.4.3

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

type MetricDetails

type MetricDetails struct {
	Size_    int64 `protobuf:"varint,2,opt,name=Size,proto3" json:"Size,omitempty"`
	ModTime  int64 `protobuf:"varint,3,opt,name=ModTime,proto3" json:"ModTime,omitempty"`
	ATime    int64 `protobuf:"varint,4,opt,name=ATime,proto3" json:"ATime,omitempty"`
	RdTime   int64 `protobuf:"varint,5,opt,name=RdTime,proto3" json:"RdTime,omitempty"`
	RealSize int64 `protobuf:"varint,6,opt,name=RealSize,proto3" json:"RealSize,omitempty"`
}

Get stats about metrics

func (*MetricDetails) Descriptor

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

func (*MetricDetails) Equal

func (this *MetricDetails) Equal(that interface{}) bool

func (*MetricDetails) GetATime

func (m *MetricDetails) GetATime() int64

func (*MetricDetails) GetModTime

func (m *MetricDetails) GetModTime() int64

func (*MetricDetails) GetRdTime

func (m *MetricDetails) GetRdTime() int64

func (*MetricDetails) GetRealSize added in v0.4.1

func (m *MetricDetails) GetRealSize() int64

func (*MetricDetails) GetSize_

func (m *MetricDetails) GetSize_() int64

func (*MetricDetails) GoString

func (this *MetricDetails) GoString() string

func (*MetricDetails) Marshal

func (m *MetricDetails) Marshal() (dAtA []byte, err error)

func (*MetricDetails) MarshalTo

func (m *MetricDetails) MarshalTo(dAtA []byte) (int, error)

func (*MetricDetails) MarshalToSizedBuffer added in v1.0.0

func (m *MetricDetails) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MetricDetails) ProtoMessage

func (*MetricDetails) ProtoMessage()

func (*MetricDetails) Reset

func (m *MetricDetails) Reset()

func (*MetricDetails) Size

func (m *MetricDetails) Size() (n int)

func (*MetricDetails) String

func (this *MetricDetails) String() string

func (*MetricDetails) Unmarshal

func (m *MetricDetails) Unmarshal(dAtA []byte) error

func (*MetricDetails) XXX_DiscardUnknown added in v0.4.3

func (m *MetricDetails) XXX_DiscardUnknown()

func (*MetricDetails) XXX_Marshal added in v0.4.3

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

func (*MetricDetails) XXX_Merge added in v0.4.3

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

func (*MetricDetails) XXX_Size added in v0.4.3

func (m *MetricDetails) XXX_Size() int

func (*MetricDetails) XXX_Unmarshal added in v0.4.3

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

type MetricDetailsResponse

type MetricDetailsResponse struct {
	Metrics    map[string]*MetricDetails `` /* 155-byte string literal not displayed */
	FreeSpace  uint64                    `protobuf:"varint,2,opt,name=FreeSpace,proto3" json:"FreeSpace,omitempty"`
	TotalSpace uint64                    `protobuf:"varint,3,opt,name=TotalSpace,proto3" json:"TotalSpace,omitempty"`
}

func (*MetricDetailsResponse) Descriptor

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

func (*MetricDetailsResponse) Equal

func (this *MetricDetailsResponse) Equal(that interface{}) bool

func (*MetricDetailsResponse) GetFreeSpace

func (m *MetricDetailsResponse) GetFreeSpace() uint64

func (*MetricDetailsResponse) GetMetrics

func (m *MetricDetailsResponse) GetMetrics() map[string]*MetricDetails

func (*MetricDetailsResponse) GetTotalSpace

func (m *MetricDetailsResponse) GetTotalSpace() uint64

func (*MetricDetailsResponse) GoString

func (this *MetricDetailsResponse) GoString() string

func (*MetricDetailsResponse) Marshal

func (m *MetricDetailsResponse) Marshal() (dAtA []byte, err error)

func (*MetricDetailsResponse) MarshalTo

func (m *MetricDetailsResponse) MarshalTo(dAtA []byte) (int, error)

func (*MetricDetailsResponse) MarshalToSizedBuffer added in v1.0.0

func (m *MetricDetailsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MetricDetailsResponse) ProtoMessage

func (*MetricDetailsResponse) ProtoMessage()

func (*MetricDetailsResponse) Reset

func (m *MetricDetailsResponse) Reset()

func (*MetricDetailsResponse) Size

func (m *MetricDetailsResponse) Size() (n int)

func (*MetricDetailsResponse) String

func (this *MetricDetailsResponse) String() string

func (*MetricDetailsResponse) Unmarshal

func (m *MetricDetailsResponse) Unmarshal(dAtA []byte) error

func (*MetricDetailsResponse) XXX_DiscardUnknown added in v0.4.3

func (m *MetricDetailsResponse) XXX_DiscardUnknown()

func (*MetricDetailsResponse) XXX_Marshal added in v0.4.3

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

func (*MetricDetailsResponse) XXX_Merge added in v0.4.3

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

func (*MetricDetailsResponse) XXX_Size added in v0.4.3

func (m *MetricDetailsResponse) XXX_Size() int

func (*MetricDetailsResponse) XXX_Unmarshal added in v0.4.3

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

type MetricsInfoRequest

type MetricsInfoRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}

Information about metrics

func (*MetricsInfoRequest) Descriptor

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

func (*MetricsInfoRequest) Equal

func (this *MetricsInfoRequest) Equal(that interface{}) bool

func (*MetricsInfoRequest) GetName

func (m *MetricsInfoRequest) GetName() string

func (*MetricsInfoRequest) GoString

func (this *MetricsInfoRequest) GoString() string

func (*MetricsInfoRequest) Marshal

func (m *MetricsInfoRequest) Marshal() (dAtA []byte, err error)

func (*MetricsInfoRequest) MarshalTo

func (m *MetricsInfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*MetricsInfoRequest) MarshalToSizedBuffer added in v1.0.0

func (m *MetricsInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MetricsInfoRequest) ProtoMessage

func (*MetricsInfoRequest) ProtoMessage()

func (*MetricsInfoRequest) Reset

func (m *MetricsInfoRequest) Reset()

func (*MetricsInfoRequest) Size

func (m *MetricsInfoRequest) Size() (n int)

func (*MetricsInfoRequest) String

func (this *MetricsInfoRequest) String() string

func (*MetricsInfoRequest) Unmarshal

func (m *MetricsInfoRequest) Unmarshal(dAtA []byte) error

func (*MetricsInfoRequest) XXX_DiscardUnknown added in v0.4.3

func (m *MetricsInfoRequest) XXX_DiscardUnknown()

func (*MetricsInfoRequest) XXX_Marshal added in v0.4.3

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

func (*MetricsInfoRequest) XXX_Merge added in v0.4.3

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

func (*MetricsInfoRequest) XXX_Size added in v0.4.3

func (m *MetricsInfoRequest) XXX_Size() int

func (*MetricsInfoRequest) XXX_Unmarshal added in v0.4.3

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

type MetricsInfoResponse

type MetricsInfoResponse struct {
	Name              string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ConsolidationFunc string      `protobuf:"bytes,2,opt,name=consolidationFunc,proto3" json:"consolidationFunc,omitempty"`
	XFilesFactor      float32     `protobuf:"fixed32,4,opt,name=xFilesFactor,proto3" json:"xFilesFactor,omitempty"`
	MaxRetention      int64       `protobuf:"varint,3,opt,name=maxRetention,proto3" json:"maxRetention,omitempty"`
	Retentions        []Retention `protobuf:"bytes,5,rep,name=retentions,proto3" json:"retentions"`
}

func (*MetricsInfoResponse) Descriptor

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

func (*MetricsInfoResponse) Equal

func (this *MetricsInfoResponse) Equal(that interface{}) bool

func (*MetricsInfoResponse) GetConsolidationFunc

func (m *MetricsInfoResponse) GetConsolidationFunc() string

func (*MetricsInfoResponse) GetMaxRetention

func (m *MetricsInfoResponse) GetMaxRetention() int64

func (*MetricsInfoResponse) GetName

func (m *MetricsInfoResponse) GetName() string

func (*MetricsInfoResponse) GetRetentions

func (m *MetricsInfoResponse) GetRetentions() []Retention

func (*MetricsInfoResponse) GetXFilesFactor

func (m *MetricsInfoResponse) GetXFilesFactor() float32

func (*MetricsInfoResponse) GoString

func (this *MetricsInfoResponse) GoString() string

func (*MetricsInfoResponse) Marshal

func (m *MetricsInfoResponse) Marshal() (dAtA []byte, err error)

func (*MetricsInfoResponse) MarshalTo

func (m *MetricsInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*MetricsInfoResponse) MarshalToSizedBuffer added in v1.0.0

func (m *MetricsInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MetricsInfoResponse) ProtoMessage

func (*MetricsInfoResponse) ProtoMessage()

func (*MetricsInfoResponse) Reset

func (m *MetricsInfoResponse) Reset()

func (*MetricsInfoResponse) Size

func (m *MetricsInfoResponse) Size() (n int)

func (*MetricsInfoResponse) String

func (this *MetricsInfoResponse) String() string

func (*MetricsInfoResponse) Unmarshal

func (m *MetricsInfoResponse) Unmarshal(dAtA []byte) error

func (*MetricsInfoResponse) XXX_DiscardUnknown added in v0.4.3

func (m *MetricsInfoResponse) XXX_DiscardUnknown()

func (*MetricsInfoResponse) XXX_Marshal added in v0.4.3

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

func (*MetricsInfoResponse) XXX_Merge added in v0.4.3

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

func (*MetricsInfoResponse) XXX_Size added in v0.4.3

func (m *MetricsInfoResponse) XXX_Size() int

func (*MetricsInfoResponse) XXX_Unmarshal added in v0.4.3

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

type MultiDetailsResponse

type MultiDetailsResponse struct {
	Metrics map[string]*MetricDetailsResponse `` /* 155-byte string literal not displayed */
}

func (*MultiDetailsResponse) Descriptor

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

func (*MultiDetailsResponse) Equal

func (this *MultiDetailsResponse) Equal(that interface{}) bool

func (*MultiDetailsResponse) GetMetrics

func (m *MultiDetailsResponse) GetMetrics() map[string]*MetricDetailsResponse

func (*MultiDetailsResponse) GoString

func (this *MultiDetailsResponse) GoString() string

func (*MultiDetailsResponse) Marshal

func (m *MultiDetailsResponse) Marshal() (dAtA []byte, err error)

func (*MultiDetailsResponse) MarshalTo

func (m *MultiDetailsResponse) MarshalTo(dAtA []byte) (int, error)

func (*MultiDetailsResponse) MarshalToSizedBuffer added in v1.0.0

func (m *MultiDetailsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiDetailsResponse) ProtoMessage

func (*MultiDetailsResponse) ProtoMessage()

func (*MultiDetailsResponse) Reset

func (m *MultiDetailsResponse) Reset()

func (*MultiDetailsResponse) Size

func (m *MultiDetailsResponse) Size() (n int)

func (*MultiDetailsResponse) String

func (this *MultiDetailsResponse) String() string

func (*MultiDetailsResponse) Unmarshal

func (m *MultiDetailsResponse) Unmarshal(dAtA []byte) error

func (*MultiDetailsResponse) XXX_DiscardUnknown added in v0.4.3

func (m *MultiDetailsResponse) XXX_DiscardUnknown()

func (*MultiDetailsResponse) XXX_Marshal added in v0.4.3

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

func (*MultiDetailsResponse) XXX_Merge added in v0.4.3

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

func (*MultiDetailsResponse) XXX_Size added in v0.4.3

func (m *MultiDetailsResponse) XXX_Size() int

func (*MultiDetailsResponse) XXX_Unmarshal added in v0.4.3

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

type MultiFetchRequest

type MultiFetchRequest struct {
	Metrics []FetchRequest `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics"`
}

func (*MultiFetchRequest) Descriptor

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

func (*MultiFetchRequest) Equal

func (this *MultiFetchRequest) Equal(that interface{}) bool

func (*MultiFetchRequest) GetMetrics

func (m *MultiFetchRequest) GetMetrics() []FetchRequest

func (*MultiFetchRequest) GoString

func (this *MultiFetchRequest) GoString() string

func (*MultiFetchRequest) Marshal

func (m *MultiFetchRequest) Marshal() (dAtA []byte, err error)

func (*MultiFetchRequest) MarshalTo

func (m *MultiFetchRequest) MarshalTo(dAtA []byte) (int, error)

func (*MultiFetchRequest) MarshalToSizedBuffer added in v1.0.0

func (m *MultiFetchRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiFetchRequest) ProtoMessage

func (*MultiFetchRequest) ProtoMessage()

func (*MultiFetchRequest) Reset

func (m *MultiFetchRequest) Reset()

func (*MultiFetchRequest) Size

func (m *MultiFetchRequest) Size() (n int)

func (*MultiFetchRequest) String

func (this *MultiFetchRequest) String() string

func (*MultiFetchRequest) Unmarshal

func (m *MultiFetchRequest) Unmarshal(dAtA []byte) error

func (*MultiFetchRequest) XXX_DiscardUnknown added in v0.4.3

func (m *MultiFetchRequest) XXX_DiscardUnknown()

func (*MultiFetchRequest) XXX_Marshal added in v0.4.3

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

func (*MultiFetchRequest) XXX_Merge added in v0.4.3

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

func (*MultiFetchRequest) XXX_Size added in v0.4.3

func (m *MultiFetchRequest) XXX_Size() int

func (*MultiFetchRequest) XXX_Unmarshal added in v0.4.3

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

type MultiFetchResponse

type MultiFetchResponse struct {
	Metrics []FetchResponse `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics"`
}

func (*MultiFetchResponse) Descriptor

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

func (*MultiFetchResponse) Equal

func (this *MultiFetchResponse) Equal(that interface{}) bool

func (*MultiFetchResponse) GetMetrics

func (m *MultiFetchResponse) GetMetrics() []FetchResponse

func (*MultiFetchResponse) GoString

func (this *MultiFetchResponse) GoString() string

func (*MultiFetchResponse) Marshal

func (m *MultiFetchResponse) Marshal() (dAtA []byte, err error)

func (*MultiFetchResponse) MarshalTo

func (m *MultiFetchResponse) MarshalTo(dAtA []byte) (int, error)

func (*MultiFetchResponse) MarshalToSizedBuffer added in v1.0.0

func (m *MultiFetchResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiFetchResponse) ProtoMessage

func (*MultiFetchResponse) ProtoMessage()

func (*MultiFetchResponse) Reset

func (m *MultiFetchResponse) Reset()

func (*MultiFetchResponse) Size

func (m *MultiFetchResponse) Size() (n int)

func (*MultiFetchResponse) String

func (this *MultiFetchResponse) String() string

func (*MultiFetchResponse) Unmarshal

func (m *MultiFetchResponse) Unmarshal(dAtA []byte) error

func (*MultiFetchResponse) XXX_DiscardUnknown added in v0.4.3

func (m *MultiFetchResponse) XXX_DiscardUnknown()

func (*MultiFetchResponse) XXX_Marshal added in v0.4.3

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

func (*MultiFetchResponse) XXX_Merge added in v0.4.3

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

func (*MultiFetchResponse) XXX_Size added in v0.4.3

func (m *MultiFetchResponse) XXX_Size() int

func (*MultiFetchResponse) XXX_Unmarshal added in v0.4.3

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

type MultiGlobRequest

type MultiGlobRequest struct {
	Metrics   []string `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
	StartTime int64    `protobuf:"varint,2,opt,name=startTime,proto3" json:"startTime,omitempty"`
	StopTime  int64    `protobuf:"varint,3,opt,name=stopTime,proto3" json:"stopTime,omitempty"`
}

Find Metrics

func (*MultiGlobRequest) Descriptor

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

func (*MultiGlobRequest) Equal

func (this *MultiGlobRequest) Equal(that interface{}) bool

func (*MultiGlobRequest) GetMetrics

func (m *MultiGlobRequest) GetMetrics() []string

func (*MultiGlobRequest) GetStartTime added in v0.4.3

func (m *MultiGlobRequest) GetStartTime() int64

func (*MultiGlobRequest) GetStopTime added in v0.4.3

func (m *MultiGlobRequest) GetStopTime() int64

func (*MultiGlobRequest) GoString

func (this *MultiGlobRequest) GoString() string

func (*MultiGlobRequest) Marshal

func (m *MultiGlobRequest) Marshal() (dAtA []byte, err error)

func (*MultiGlobRequest) MarshalTo

func (m *MultiGlobRequest) MarshalTo(dAtA []byte) (int, error)

func (*MultiGlobRequest) MarshalToSizedBuffer added in v1.0.0

func (m *MultiGlobRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiGlobRequest) ProtoMessage

func (*MultiGlobRequest) ProtoMessage()

func (*MultiGlobRequest) Reset

func (m *MultiGlobRequest) Reset()

func (*MultiGlobRequest) Size

func (m *MultiGlobRequest) Size() (n int)

func (*MultiGlobRequest) String

func (this *MultiGlobRequest) String() string

func (*MultiGlobRequest) Unmarshal

func (m *MultiGlobRequest) Unmarshal(dAtA []byte) error

func (*MultiGlobRequest) XXX_DiscardUnknown added in v0.4.3

func (m *MultiGlobRequest) XXX_DiscardUnknown()

func (*MultiGlobRequest) XXX_Marshal added in v0.4.3

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

func (*MultiGlobRequest) XXX_Merge added in v0.4.3

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

func (*MultiGlobRequest) XXX_Size added in v0.4.3

func (m *MultiGlobRequest) XXX_Size() int

func (*MultiGlobRequest) XXX_Unmarshal added in v0.4.3

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

type MultiGlobResponse

type MultiGlobResponse struct {
	Metrics []GlobResponse `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics"`
}

func (*MultiGlobResponse) Descriptor

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

func (*MultiGlobResponse) Equal

func (this *MultiGlobResponse) Equal(that interface{}) bool

func (*MultiGlobResponse) GetMetrics

func (m *MultiGlobResponse) GetMetrics() []GlobResponse

func (*MultiGlobResponse) GoString

func (this *MultiGlobResponse) GoString() string

func (*MultiGlobResponse) Marshal

func (m *MultiGlobResponse) Marshal() (dAtA []byte, err error)

func (*MultiGlobResponse) MarshalTo

func (m *MultiGlobResponse) MarshalTo(dAtA []byte) (int, error)

func (*MultiGlobResponse) MarshalToSizedBuffer added in v1.0.0

func (m *MultiGlobResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiGlobResponse) ProtoMessage

func (*MultiGlobResponse) ProtoMessage()

func (*MultiGlobResponse) Reset

func (m *MultiGlobResponse) Reset()

func (*MultiGlobResponse) Size

func (m *MultiGlobResponse) Size() (n int)

func (*MultiGlobResponse) String

func (this *MultiGlobResponse) String() string

func (*MultiGlobResponse) Unmarshal

func (m *MultiGlobResponse) Unmarshal(dAtA []byte) error

func (*MultiGlobResponse) XXX_DiscardUnknown added in v0.4.3

func (m *MultiGlobResponse) XXX_DiscardUnknown()

func (*MultiGlobResponse) XXX_Marshal added in v0.4.3

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

func (*MultiGlobResponse) XXX_Merge added in v0.4.3

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

func (*MultiGlobResponse) XXX_Size added in v0.4.3

func (m *MultiGlobResponse) XXX_Size() int

func (*MultiGlobResponse) XXX_Unmarshal added in v0.4.3

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

type MultiMetricsInfoRequest

type MultiMetricsInfoRequest struct {
	Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
}

func (*MultiMetricsInfoRequest) Descriptor

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

func (*MultiMetricsInfoRequest) Equal

func (this *MultiMetricsInfoRequest) Equal(that interface{}) bool

func (*MultiMetricsInfoRequest) GetNames

func (m *MultiMetricsInfoRequest) GetNames() []string

func (*MultiMetricsInfoRequest) GoString

func (this *MultiMetricsInfoRequest) GoString() string

func (*MultiMetricsInfoRequest) Marshal

func (m *MultiMetricsInfoRequest) Marshal() (dAtA []byte, err error)

func (*MultiMetricsInfoRequest) MarshalTo

func (m *MultiMetricsInfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*MultiMetricsInfoRequest) MarshalToSizedBuffer added in v1.0.0

func (m *MultiMetricsInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMetricsInfoRequest) ProtoMessage

func (*MultiMetricsInfoRequest) ProtoMessage()

func (*MultiMetricsInfoRequest) Reset

func (m *MultiMetricsInfoRequest) Reset()

func (*MultiMetricsInfoRequest) Size

func (m *MultiMetricsInfoRequest) Size() (n int)

func (*MultiMetricsInfoRequest) String

func (this *MultiMetricsInfoRequest) String() string

func (*MultiMetricsInfoRequest) Unmarshal

func (m *MultiMetricsInfoRequest) Unmarshal(dAtA []byte) error

func (*MultiMetricsInfoRequest) XXX_DiscardUnknown added in v0.4.3

func (m *MultiMetricsInfoRequest) XXX_DiscardUnknown()

func (*MultiMetricsInfoRequest) XXX_Marshal added in v0.4.3

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

func (*MultiMetricsInfoRequest) XXX_Merge added in v0.4.3

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

func (*MultiMetricsInfoRequest) XXX_Size added in v0.4.3

func (m *MultiMetricsInfoRequest) XXX_Size() int

func (*MultiMetricsInfoRequest) XXX_Unmarshal added in v0.4.3

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

type MultiMetricsInfoResponse

type MultiMetricsInfoResponse struct {
	Metrics []MetricsInfoResponse `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics"`
}

func (*MultiMetricsInfoResponse) Descriptor

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

func (*MultiMetricsInfoResponse) Equal

func (this *MultiMetricsInfoResponse) Equal(that interface{}) bool

func (*MultiMetricsInfoResponse) GetMetrics

func (*MultiMetricsInfoResponse) GoString

func (this *MultiMetricsInfoResponse) GoString() string

func (*MultiMetricsInfoResponse) Marshal

func (m *MultiMetricsInfoResponse) Marshal() (dAtA []byte, err error)

func (*MultiMetricsInfoResponse) MarshalTo

func (m *MultiMetricsInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*MultiMetricsInfoResponse) MarshalToSizedBuffer added in v1.0.0

func (m *MultiMetricsInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMetricsInfoResponse) ProtoMessage

func (*MultiMetricsInfoResponse) ProtoMessage()

func (*MultiMetricsInfoResponse) Reset

func (m *MultiMetricsInfoResponse) Reset()

func (*MultiMetricsInfoResponse) Size

func (m *MultiMetricsInfoResponse) Size() (n int)

func (*MultiMetricsInfoResponse) String

func (this *MultiMetricsInfoResponse) String() string

func (*MultiMetricsInfoResponse) Unmarshal

func (m *MultiMetricsInfoResponse) Unmarshal(dAtA []byte) error

func (*MultiMetricsInfoResponse) XXX_DiscardUnknown added in v0.4.3

func (m *MultiMetricsInfoResponse) XXX_DiscardUnknown()

func (*MultiMetricsInfoResponse) XXX_Marshal added in v0.4.3

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

func (*MultiMetricsInfoResponse) XXX_Merge added in v0.4.3

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

func (*MultiMetricsInfoResponse) XXX_Size added in v0.4.3

func (m *MultiMetricsInfoResponse) XXX_Size() int

func (*MultiMetricsInfoResponse) XXX_Unmarshal added in v0.4.3

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

type Retention

type Retention struct {
	SecondsPerPoint int64 `protobuf:"varint,1,opt,name=secondsPerPoint,proto3" json:"secondsPerPoint,omitempty"`
	NumberOfPoints  int64 `protobuf:"varint,2,opt,name=numberOfPoints,proto3" json:"numberOfPoints,omitempty"`
}

func (*Retention) Descriptor

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

func (*Retention) Equal

func (this *Retention) Equal(that interface{}) bool

func (*Retention) GetNumberOfPoints

func (m *Retention) GetNumberOfPoints() int64

func (*Retention) GetSecondsPerPoint

func (m *Retention) GetSecondsPerPoint() int64

func (*Retention) GoString

func (this *Retention) GoString() string

func (*Retention) Marshal

func (m *Retention) Marshal() (dAtA []byte, err error)

func (*Retention) MarshalTo

func (m *Retention) MarshalTo(dAtA []byte) (int, error)

func (*Retention) MarshalToSizedBuffer added in v1.0.0

func (m *Retention) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Retention) ProtoMessage

func (*Retention) ProtoMessage()

func (*Retention) Reset

func (m *Retention) Reset()

func (*Retention) Size

func (m *Retention) Size() (n int)

func (*Retention) String

func (this *Retention) String() string

func (*Retention) Unmarshal

func (m *Retention) Unmarshal(dAtA []byte) error

func (*Retention) XXX_DiscardUnknown added in v0.4.3

func (m *Retention) XXX_DiscardUnknown()

func (*Retention) XXX_Marshal added in v0.4.3

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

func (*Retention) XXX_Merge added in v0.4.3

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

func (*Retention) XXX_Size added in v0.4.3

func (m *Retention) XXX_Size() int

func (*Retention) XXX_Unmarshal added in v0.4.3

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

type ZipperInfoResponse

type ZipperInfoResponse struct {
	Info map[string]MultiMetricsInfoResponse `` /* 139-byte string literal not displayed */
}

key = server, value = metric

func (*ZipperInfoResponse) Descriptor

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

func (*ZipperInfoResponse) Equal

func (this *ZipperInfoResponse) Equal(that interface{}) bool

func (*ZipperInfoResponse) GetInfo

func (*ZipperInfoResponse) GoString

func (this *ZipperInfoResponse) GoString() string

func (*ZipperInfoResponse) Marshal

func (m *ZipperInfoResponse) Marshal() (dAtA []byte, err error)

func (*ZipperInfoResponse) MarshalTo

func (m *ZipperInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ZipperInfoResponse) MarshalToSizedBuffer added in v1.0.0

func (m *ZipperInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ZipperInfoResponse) ProtoMessage

func (*ZipperInfoResponse) ProtoMessage()

func (*ZipperInfoResponse) Reset

func (m *ZipperInfoResponse) Reset()

func (*ZipperInfoResponse) Size

func (m *ZipperInfoResponse) Size() (n int)

func (*ZipperInfoResponse) String

func (this *ZipperInfoResponse) String() string

func (*ZipperInfoResponse) Unmarshal

func (m *ZipperInfoResponse) Unmarshal(dAtA []byte) error

func (*ZipperInfoResponse) XXX_DiscardUnknown added in v0.4.3

func (m *ZipperInfoResponse) XXX_DiscardUnknown()

func (*ZipperInfoResponse) XXX_Marshal added in v0.4.3

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

func (*ZipperInfoResponse) XXX_Merge added in v0.4.3

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

func (*ZipperInfoResponse) XXX_Size added in v0.4.3

func (m *ZipperInfoResponse) XXX_Size() int

func (*ZipperInfoResponse) XXX_Unmarshal added in v0.4.3

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

Jump to

Keyboard shortcuts

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