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

7 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L98: type Float64CountHandle MetricDescriptor
		metricregistry.go#L102: func (h *Float64CountHandle) Descriptor() *MetricDescriptor {
		metricregistry.go#L107: func (h *Float64CountHandle) Record(recorder MetricsRecorder, incr float64, labels ...string) {
		metricregistry.go#L202: func RegisterFloat64Count(descriptor MetricDescriptor) *Float64CountHandle {
		metricregistry.go#L207: 	return (*Float64CountHandle)(descPtr)
		metrics.go#L31: 	RecordFloat64Count(handle *Float64CountHandle, incr float64, labels ...string)

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