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

9 uses

	go.opentelemetry.io/otel/api/metric (current package)
		must.go#L25: type BatchObserverMust struct {
		must.go#L158: func (mm MeterMust) NewBatchObserver(callback BatchObserverFunc) BatchObserverMust {
		must.go#L159: 	return BatchObserverMust{
		must.go#L166: func (bm BatchObserverMust) NewInt64ValueObserver(name string, oos ...InstrumentOption) Int64ValueObserver {
		must.go#L176: func (bm BatchObserverMust) NewFloat64ValueObserver(name string, oos ...InstrumentOption) Float64ValueObserver {
		must.go#L186: func (bm BatchObserverMust) NewInt64SumObserver(name string, oos ...InstrumentOption) Int64SumObserver {
		must.go#L196: func (bm BatchObserverMust) NewFloat64SumObserver(name string, oos ...InstrumentOption) Float64SumObserver {
		must.go#L206: func (bm BatchObserverMust) NewInt64UpDownSumObserver(name string, oos ...InstrumentOption) Int64UpDownSumObserver {
		must.go#L216: func (bm BatchObserverMust) NewFloat64UpDownSumObserver(name string, oos ...InstrumentOption) Float64UpDownSumObserver {