Versions in this module Expand all Collapse all v1 v1.41.0 Sep 6, 2021 Changes in this version + var File_grpc_core_stats_proto protoreflect.FileDescriptor + type Bucket struct + Count uint64 + Start float64 + func (*Bucket) Descriptor() ([]byte, []int) + func (*Bucket) ProtoMessage() + func (x *Bucket) GetCount() uint64 + func (x *Bucket) GetStart() float64 + func (x *Bucket) ProtoReflect() protoreflect.Message + func (x *Bucket) Reset() + func (x *Bucket) String() string + type Histogram struct + Buckets []*Bucket + func (*Histogram) Descriptor() ([]byte, []int) + func (*Histogram) ProtoMessage() + func (x *Histogram) GetBuckets() []*Bucket + func (x *Histogram) ProtoReflect() protoreflect.Message + func (x *Histogram) Reset() + func (x *Histogram) String() string + type Metric struct + Name string + Value isMetric_Value + func (*Metric) Descriptor() ([]byte, []int) + func (*Metric) ProtoMessage() + func (m *Metric) GetValue() isMetric_Value + func (x *Metric) GetCount() uint64 + func (x *Metric) GetHistogram() *Histogram + func (x *Metric) GetName() string + func (x *Metric) ProtoReflect() protoreflect.Message + func (x *Metric) Reset() + func (x *Metric) String() string + type Metric_Count struct + Count uint64 + type Metric_Histogram struct + Histogram *Histogram + type Stats struct + Metrics []*Metric + func (*Stats) Descriptor() ([]byte, []int) + func (*Stats) ProtoMessage() + func (x *Stats) GetMetrics() []*Metric + func (x *Stats) ProtoReflect() protoreflect.Message + func (x *Stats) Reset() + func (x *Stats) String() string