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

8 uses

	go.opentelemetry.io/otel/api/metric (current package)
		meter.go#L93: func (m Meter) NewInt64UpDownCounter(name string, options ...InstrumentOption) (Int64UpDownCounter, error) {
		must.go#L58: func (mm MeterMust) NewInt64UpDownCounter(name string, cos ...InstrumentOption) Int64UpDownCounter {
		sync.go#L171: func wrapInt64UpDownCounterInstrument(syncInst SyncImpl, err error) (Int64UpDownCounter, error) {
		sync.go#L173: 	return Int64UpDownCounter{syncInstrument: common}, err
		updowncounter.go#L30: type Int64UpDownCounter struct {
		updowncounter.go#L57: func (c Int64UpDownCounter) Bind(labels ...label.KeyValue) (h BoundInt64UpDownCounter) {
		updowncounter.go#L70: func (c Int64UpDownCounter) Measurement(value int64) Measurement {
		updowncounter.go#L82: func (c Int64UpDownCounter) Add(ctx context.Context, value int64, labels ...label.KeyValue) {