type go.opentelemetry.io/otel/api/metric.Float64UpDownCounter
8 uses
go.opentelemetry.io/otel/api/metric (current package)
meter.go#L102: func (m Meter) NewFloat64UpDownCounter(name string, options ...InstrumentOption) (Float64UpDownCounter, error) {
must.go#L68: func (mm MeterMust) NewFloat64UpDownCounter(name string, cos ...InstrumentOption) Float64UpDownCounter {
sync.go#L177: func wrapFloat64UpDownCounterInstrument(syncInst SyncImpl, err error) (Float64UpDownCounter, error) {
sync.go#L179: return Float64UpDownCounter{syncInstrument: common}, err
updowncounter.go#L25: type Float64UpDownCounter struct {
updowncounter.go#L50: func (c Float64UpDownCounter) Bind(labels ...label.KeyValue) (h BoundFloat64UpDownCounter) {
updowncounter.go#L64: func (c Float64UpDownCounter) Measurement(value float64) Measurement {
updowncounter.go#L76: func (c Float64UpDownCounter) Add(ctx context.Context, value float64, labels ...label.KeyValue) {
 |
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. |