type go.opentelemetry.io/otel/api/metric.Int64ValueRecorder

8 uses

	go.opentelemetry.io/otel/api/metric (current package)
		meter.go#L111: func (m Meter) NewInt64ValueRecorder(name string, opts ...InstrumentOption) (Int64ValueRecorder, error) {
		must.go#L78: func (mm MeterMust) NewInt64ValueRecorder(name string, mos ...InstrumentOption) Int64ValueRecorder {
		sync.go#L183: func wrapInt64ValueRecorderInstrument(syncInst SyncImpl, err error) (Int64ValueRecorder, error) {
		sync.go#L185: 	return Int64ValueRecorder{syncInstrument: common}, err
		valuerecorder.go#L29: type Int64ValueRecorder struct {
		valuerecorder.go#L56: func (c Int64ValueRecorder) Bind(labels ...label.KeyValue) (h BoundInt64ValueRecorder) {
		valuerecorder.go#L69: func (c Int64ValueRecorder) Measurement(value int64) Measurement {
		valuerecorder.go#L83: func (c Int64ValueRecorder) Record(ctx context.Context, value int64, labels ...label.KeyValue) {