type google.golang.org/grpc/stats.MetricSet
15 uses
google.golang.org/grpc/stats (current package)
metrics.go#L26: type MetricSet struct {
metrics.go#L32: func NewMetricSet(metricNames ...string) *MetricSet {
metrics.go#L37: return &MetricSet{metrics: newMetrics}
metrics.go#L42: func (m *MetricSet) Metrics() map[string]bool {
metrics.go#L48: func (m *MetricSet) Add(metricNames ...string) *MetricSet {
metrics.go#L57: return &MetricSet{metrics: newMetrics}
metrics.go#L62: func (m *MetricSet) Join(metrics *MetricSet) *MetricSet {
metrics.go#L66: return &MetricSet{metrics: newMetrics}
metrics.go#L71: func (m *MetricSet) Remove(metricNames ...string) *MetricSet {
metrics.go#L80: return &MetricSet{metrics: newMetrics}
google.golang.org/grpc/experimental/stats
metrics.go#L45: type Metrics = stats.MetricSet
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)