type go.opentelemetry.io/otel/api/metric.Int64UpDownCounter
8 uses
go.opentelemetry.io/otel/api/metric (current package)
meter.go#L93: func (m Meter) NewInt64UpDownCounter(name string, options ...InstrumentOption) (Int64UpDownCounter, error) {
must.go#L58: func (mm MeterMust) NewInt64UpDownCounter(name string, cos ...InstrumentOption) Int64UpDownCounter {
sync.go#L171: func wrapInt64UpDownCounterInstrument(syncInst SyncImpl, err error) (Int64UpDownCounter, error) {
sync.go#L173: return Int64UpDownCounter{syncInstrument: common}, err
updowncounter.go#L30: type Int64UpDownCounter struct {
updowncounter.go#L57: func (c Int64UpDownCounter) Bind(labels ...label.KeyValue) (h BoundInt64UpDownCounter) {
updowncounter.go#L70: func (c Int64UpDownCounter) Measurement(value int64) Measurement {
updowncounter.go#L82: func (c Int64UpDownCounter) Add(ctx context.Context, value int64, 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. |