stat

package
v0.0.0-...-e006c75 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_api_stat_stat_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Outlier

type Outlier struct {
	CommandId string `protobuf:"bytes,1,opt,name=command_id,json=commandId,proto3" json:"command_id,omitempty"`
	Value     int64  `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Outlier) Descriptor deprecated

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

Deprecated: Use Outlier.ProtoReflect.Descriptor instead.

func (*Outlier) GetCommandId

func (x *Outlier) GetCommandId() string

func (*Outlier) GetValue

func (x *Outlier) GetValue() int64

func (*Outlier) ProtoMessage

func (*Outlier) ProtoMessage()

func (*Outlier) ProtoReflect

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

func (*Outlier) Reset

func (x *Outlier) Reset()

func (*Outlier) String

func (x *Outlier) String() string

type Stat

type Stat struct {
	Name          string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Count         int64         `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	CountsByValue []*Stat_Value `protobuf:"bytes,3,rep,name=counts_by_value,json=countsByValue,proto3" json:"counts_by_value,omitempty"`
	Outliers      []*Outlier    `protobuf:"bytes,4,rep,name=outliers,proto3" json:"outliers,omitempty"`
	Median        int64         `protobuf:"varint,5,opt,name=median,proto3" json:"median,omitempty"`
	Percentile75  int64         `protobuf:"varint,6,opt,name=percentile75,proto3" json:"percentile75,omitempty"`
	Percentile85  int64         `protobuf:"varint,7,opt,name=percentile85,proto3" json:"percentile85,omitempty"`
	Percentile95  int64         `protobuf:"varint,8,opt,name=percentile95,proto3" json:"percentile95,omitempty"`
	Average       float64       `protobuf:"fixed64,9,opt,name=average,proto3" json:"average,omitempty"`
	// contains filtered or unexported fields
}

func (*Stat) Descriptor deprecated

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

Deprecated: Use Stat.ProtoReflect.Descriptor instead.

func (*Stat) GetAverage

func (x *Stat) GetAverage() float64

func (*Stat) GetCount

func (x *Stat) GetCount() int64

func (*Stat) GetCountsByValue

func (x *Stat) GetCountsByValue() []*Stat_Value

func (*Stat) GetMedian

func (x *Stat) GetMedian() int64

func (*Stat) GetName

func (x *Stat) GetName() string

func (*Stat) GetOutliers

func (x *Stat) GetOutliers() []*Outlier

func (*Stat) GetPercentile75

func (x *Stat) GetPercentile75() int64

func (*Stat) GetPercentile85

func (x *Stat) GetPercentile85() int64

func (*Stat) GetPercentile95

func (x *Stat) GetPercentile95() int64

func (*Stat) ProtoMessage

func (*Stat) ProtoMessage()

func (*Stat) ProtoReflect

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

func (*Stat) Reset

func (x *Stat) Reset()

func (*Stat) String

func (x *Stat) String() string

type Stat_Value

type Stat_Value struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Count int64  `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*Stat_Value) Descriptor deprecated

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

Deprecated: Use Stat_Value.ProtoReflect.Descriptor instead.

func (*Stat_Value) GetCount

func (x *Stat_Value) GetCount() int64

func (*Stat_Value) GetName

func (x *Stat_Value) GetName() string

func (*Stat_Value) ProtoMessage

func (*Stat_Value) ProtoMessage()

func (*Stat_Value) ProtoReflect

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

func (*Stat_Value) Reset

func (x *Stat_Value) Reset()

func (*Stat_Value) String

func (x *Stat_Value) String() string

Jump to

Keyboard shortcuts

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