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

10 uses

	go.opentelemetry.io/otel/api/metric (current package)
		counter.go#L29: type Int64Counter struct {
		counter.go#L56: func (c Int64Counter) Bind(labels ...label.KeyValue) (h BoundInt64Counter) {
		counter.go#L69: func (c Int64Counter) Measurement(value int64) Measurement {
		counter.go#L81: func (c Int64Counter) Add(ctx context.Context, value int64, labels ...label.KeyValue) {
		meter.go#L75: func (m Meter) NewInt64Counter(name string, options ...InstrumentOption) (Int64Counter, error) {
		must.go#L38: func (mm MeterMust) NewInt64Counter(name string, cos ...InstrumentOption) Int64Counter {
		sync.go#L159: func wrapInt64CounterInstrument(syncInst SyncImpl, err error) (Int64Counter, error) {
		sync.go#L161: 	return Int64Counter{syncInstrument: common}, err

	github.com/go-redis/redis/v8/internal
		instruments.go#L12: 	WritesCounter metric.Int64Counter
		instruments.go#L14: 	NewConnectionsCounter metric.Int64Counter