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
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |