aggregationpb

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2022 License: Apache-2.0 Imports: 4 Imported by: 10

Documentation

Overview

Package aggregationpb is a generated protocol buffer package.

It is generated from these files:

github.com/m3db/m3/src/metrics/generated/proto/aggregationpb/aggregation.proto

It has these top-level messages:

AggregationID

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthAggregation = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowAggregation   = fmt.Errorf("proto: integer overflow")
)
View Source
var AggregationType_name = map[int32]string{
	0:  "UNKNOWN",
	1:  "LAST",
	2:  "MIN",
	3:  "MAX",
	4:  "MEAN",
	5:  "MEDIAN",
	6:  "COUNT",
	7:  "SUM",
	8:  "SUMSQ",
	9:  "STDEV",
	10: "P10",
	11: "P20",
	12: "P30",
	13: "P40",
	14: "P50",
	15: "P60",
	16: "P70",
	17: "P80",
	18: "P90",
	19: "P95",
	20: "P99",
	21: "P999",
	22: "P9999",
	23: "P25",
	24: "P75",
}
View Source
var AggregationType_value = map[string]int32{
	"UNKNOWN": 0,
	"LAST":    1,
	"MIN":     2,
	"MAX":     3,
	"MEAN":    4,
	"MEDIAN":  5,
	"COUNT":   6,
	"SUM":     7,
	"SUMSQ":   8,
	"STDEV":   9,
	"P10":     10,
	"P20":     11,
	"P30":     12,
	"P40":     13,
	"P50":     14,
	"P60":     15,
	"P70":     16,
	"P80":     17,
	"P90":     18,
	"P95":     19,
	"P99":     20,
	"P999":    21,
	"P9999":   22,
	"P25":     23,
	"P75":     24,
}

Functions

This section is empty.

Types

type AggregationID

type AggregationID struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

AggregationID is a unique identifier uniquely identifying one or more aggregation types.

func (*AggregationID) Descriptor

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

func (*AggregationID) GetId

func (m *AggregationID) GetId() uint64

func (*AggregationID) Marshal

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

func (*AggregationID) MarshalTo

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

func (*AggregationID) ProtoMessage

func (*AggregationID) ProtoMessage()

func (*AggregationID) Reset

func (m *AggregationID) Reset()

func (*AggregationID) Size

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

func (*AggregationID) String

func (m *AggregationID) String() string

func (*AggregationID) Unmarshal

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

type AggregationType

type AggregationType int32
const (
	AggregationType_UNKNOWN AggregationType = 0
	AggregationType_LAST    AggregationType = 1
	AggregationType_MIN     AggregationType = 2
	AggregationType_MAX     AggregationType = 3
	AggregationType_MEAN    AggregationType = 4
	AggregationType_MEDIAN  AggregationType = 5
	AggregationType_COUNT   AggregationType = 6
	AggregationType_SUM     AggregationType = 7
	AggregationType_SUMSQ   AggregationType = 8
	AggregationType_STDEV   AggregationType = 9
	AggregationType_P10     AggregationType = 10
	AggregationType_P20     AggregationType = 11
	AggregationType_P30     AggregationType = 12
	AggregationType_P40     AggregationType = 13
	AggregationType_P50     AggregationType = 14
	AggregationType_P60     AggregationType = 15
	AggregationType_P70     AggregationType = 16
	AggregationType_P80     AggregationType = 17
	AggregationType_P90     AggregationType = 18
	AggregationType_P95     AggregationType = 19
	AggregationType_P99     AggregationType = 20
	AggregationType_P999    AggregationType = 21
	AggregationType_P9999   AggregationType = 22
	AggregationType_P25     AggregationType = 23
	AggregationType_P75     AggregationType = 24
)

func (AggregationType) EnumDescriptor

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

func (AggregationType) String

func (x AggregationType) String() string

Jump to

Keyboard shortcuts

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