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

8 uses

	go.opentelemetry.io/otel/api/metric (current package)
		counter.go#L24: type Float64Counter struct {
		counter.go#L49: func (c Float64Counter) Bind(labels ...label.KeyValue) (h BoundFloat64Counter) {
		counter.go#L63: func (c Float64Counter) Measurement(value float64) Measurement {
		counter.go#L75: func (c Float64Counter) Add(ctx context.Context, value float64, labels ...label.KeyValue) {
		meter.go#L84: func (m Meter) NewFloat64Counter(name string, options ...InstrumentOption) (Float64Counter, error) {
		must.go#L48: func (mm MeterMust) NewFloat64Counter(name string, cos ...InstrumentOption) Float64Counter {
		sync.go#L165: func wrapFloat64CounterInstrument(syncInst SyncImpl, err error) (Float64Counter, error) {
		sync.go#L167: 	return Float64Counter{syncInstrument: common}, err