import "google.golang.org/grpc/interop/grpc_testing/core"
var File_grpc_core_stats_proto protoreflect.FileDescriptor
type Bucket struct { Start float64 `protobuf:"fixed64,1,opt,name=start,proto3" json:"start,omitempty"` Count uint64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
Deprecated: Use Bucket.ProtoReflect.Descriptor instead.
func (x *Bucket) ProtoReflect() protoreflect.Message
type Histogram struct { Buckets []*Bucket `protobuf:"bytes,1,rep,name=buckets,proto3" json:"buckets,omitempty"` // contains filtered or unexported fields }
Deprecated: Use Histogram.ProtoReflect.Descriptor instead.
func (x *Histogram) ProtoReflect() protoreflect.Message
type Metric struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Types that are assignable to Value: // *Metric_Count // *Metric_Histogram Value isMetric_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
Deprecated: Use Metric.ProtoReflect.Descriptor instead.
func (x *Metric) ProtoReflect() protoreflect.Message
type Metric_Histogram struct { Histogram *Histogram `protobuf:"bytes,11,opt,name=histogram,proto3,oneof"` }
type Stats struct { Metrics []*Metric `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"` // contains filtered or unexported fields }
Deprecated: Use Stats.ProtoReflect.Descriptor instead.
func (x *Stats) ProtoReflect() protoreflect.Message
Package grpc_core imports 5 packages (graph) and is imported by 1 packages. Updated 2021-01-08. Refresh now. Tools for package owners.