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

8 uses

	go.opentelemetry.io/otel/api/metric (current package)
		meter.go#L102: func (m Meter) NewFloat64UpDownCounter(name string, options ...InstrumentOption) (Float64UpDownCounter, error) {
		must.go#L68: func (mm MeterMust) NewFloat64UpDownCounter(name string, cos ...InstrumentOption) Float64UpDownCounter {
		sync.go#L177: func wrapFloat64UpDownCounterInstrument(syncInst SyncImpl, err error) (Float64UpDownCounter, error) {
		sync.go#L179: 	return Float64UpDownCounter{syncInstrument: common}, err
		updowncounter.go#L25: type Float64UpDownCounter struct {
		updowncounter.go#L50: func (c Float64UpDownCounter) Bind(labels ...label.KeyValue) (h BoundFloat64UpDownCounter) {
		updowncounter.go#L64: func (c Float64UpDownCounter) Measurement(value float64) Measurement {
		updowncounter.go#L76: func (c Float64UpDownCounter) Add(ctx context.Context, value float64, labels ...label.KeyValue) {