Movatterモバイル変換


[0]ホーム

URL:


core

package
v1.77.0Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2025 License:Apache-2.0Imports:5Imported by:11

Details

Repository

github.com/grpc/grpc-go

Links

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_grpc_core_stats_protoprotoreflect.FileDescriptor

Functions

This section is empty.

Types

typeBucket

type Bucket struct {Startfloat64 `protobuf:"fixed64,1,opt,name=start,proto3" json:"start,omitempty"`Countuint64  `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`// contains filtered or unexported fields}

func (*Bucket)Descriptordeprecated

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

Deprecated: Use Bucket.ProtoReflect.Descriptor instead.

func (*Bucket)GetCount

func (x *Bucket) GetCount()uint64

func (*Bucket)GetStart

func (x *Bucket) GetStart()float64

func (*Bucket)ProtoMessage

func (*Bucket) ProtoMessage()

func (*Bucket)ProtoReflect

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

func (*Bucket)Reset

func (x *Bucket) Reset()

func (*Bucket)String

func (x *Bucket) String()string

typeHistogram

type Histogram struct {Buckets []*Bucket `protobuf:"bytes,1,rep,name=buckets,proto3" json:"buckets,omitempty"`// contains filtered or unexported fields}

func (*Histogram)Descriptordeprecated

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

Deprecated: Use Histogram.ProtoReflect.Descriptor instead.

func (*Histogram)GetBuckets

func (x *Histogram) GetBuckets() []*Bucket

func (*Histogram)ProtoMessage

func (*Histogram) ProtoMessage()

func (*Histogram)ProtoReflect

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

func (*Histogram)Reset

func (x *Histogram) Reset()

func (*Histogram)String

func (x *Histogram) String()string

typeMetric

type Metric struct {Namestring `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`// Types that are valid to be assigned to Value:////*Metric_Count//*Metric_HistogramValue isMetric_Value `protobuf_oneof:"value"`// contains filtered or unexported fields}

func (*Metric)Descriptordeprecated

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

Deprecated: Use Metric.ProtoReflect.Descriptor instead.

func (*Metric)GetCount

func (x *Metric) GetCount()uint64

func (*Metric)GetHistogram

func (x *Metric) GetHistogram() *Histogram

func (*Metric)GetName

func (x *Metric) GetName()string

func (*Metric)GetValue

func (x *Metric) GetValue() isMetric_Value

func (*Metric)ProtoMessage

func (*Metric) ProtoMessage()

func (*Metric)ProtoReflect

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

func (*Metric)Reset

func (x *Metric) Reset()

func (*Metric)String

func (x *Metric) String()string

typeMetric_Count

type Metric_Count struct {Countuint64 `protobuf:"varint,10,opt,name=count,proto3,oneof"`}

typeMetric_Histogram

type Metric_Histogram struct {Histogram *Histogram `protobuf:"bytes,11,opt,name=histogram,proto3,oneof"`}

typeStats

type Stats struct {Metrics []*Metric `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`// contains filtered or unexported fields}

func (*Stats)Descriptordeprecated

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

Deprecated: Use Stats.ProtoReflect.Descriptor instead.

func (*Stats)GetMetrics

func (x *Stats) GetMetrics() []*Metric

func (*Stats)ProtoMessage

func (*Stats) ProtoMessage()

func (*Stats)ProtoReflect

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

func (*Stats)Reset

func (x *Stats) Reset()

func (*Stats)String

func (x *Stats) String()string

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp