type google.golang.org/grpc/experimental/stats.Int64AsyncGaugeHandle
8 uses
google.golang.org/grpc/experimental/stats (current package)
metricregistry.go#L184: type Int64AsyncGaugeHandle MetricDescriptor
metricregistry.go#L187: func (h *Int64AsyncGaugeHandle) isAsync() {}
metricregistry.go#L191: func (h *Int64AsyncGaugeHandle) Descriptor() *MetricDescriptor {
metricregistry.go#L196: func (h *Int64AsyncGaugeHandle) Record(recorder AsyncMetricsRecorder, value int64, labels ...string) {
metricregistry.go#L316: func RegisterInt64AsyncGauge(descriptor MetricDescriptor) *Int64AsyncGaugeHandle {
metricregistry.go#L321: return (*Int64AsyncGaugeHandle)(descPtr)
metrics.go#L104: RecordInt64AsyncGauge(handle *Int64AsyncGaugeHandle, incr int64, labels ...string)
google.golang.org/grpc/internal/stats
metrics_recorder_list.go#L165: func (w *asyncRecorderWrapper) RecordInt64AsyncGauge(handle *estats.Int64AsyncGaugeHandle, value int64, labels ...string) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)