type google.golang.org/grpc/experimental/stats.Float64CountHandle

8 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L117: type Float64CountHandle MetricDescriptor
		metricregistry.go#L121: func (h *Float64CountHandle) Descriptor() *MetricDescriptor {
		metricregistry.go#L126: func (h *Float64CountHandle) Record(recorder MetricsRecorder, incr float64, labels ...string) {
		metricregistry.go#L245: func RegisterFloat64Count(descriptor MetricDescriptor) *Float64CountHandle {
		metricregistry.go#L250: 	return (*Float64CountHandle)(descPtr)
		metrics.go#L52: 	RecordFloat64Count(handle *Float64CountHandle, incr float64, labels ...string)
		metrics.go#L129: func (UnimplementedMetricsRecorder) RecordFloat64Count(*Float64CountHandle, float64, ...string) {}

	google.golang.org/grpc/internal/stats
		metrics_recorder_list.go#L81: func (l *MetricsRecorderList) RecordFloat64Count(handle *estats.Float64CountHandle, incr float64, labels ...string) {