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

3 uses

	go.opentelemetry.io/otel/api/metric (current package)
		updowncounter.go#L44: type BoundInt64UpDownCounter struct {
		updowncounter.go#L57: func (c Int64UpDownCounter) Bind(labels ...label.KeyValue) (h BoundInt64UpDownCounter) {
		updowncounter.go#L94: func (b BoundInt64UpDownCounter) Add(ctx context.Context, value int64) {