go.opentelemetry.io/otel/api/metric.BatchObserver.NewInt64ValueObserver (method)

2 uses

	go.opentelemetry.io/otel/api/metric (current package)
		meter.go#L207: func (b BatchObserver) NewInt64ValueObserver(name string, opts ...InstrumentOption) (Int64ValueObserver, error) {
		must.go#L167: 	if inst, err := bm.batch.NewInt64ValueObserver(name, oos...); err != nil {