type go.opentelemetry.io/otel/api/global/internal.syncImpl
10 uses
go.opentelemetry.io/otel/api/global/internal (current package)
meter.go#L68: syncInsts []*syncImpl
meter.go#L81: type syncImpl struct {
meter.go#L110: inst *syncImpl
meter.go#L118: var _ metric.InstrumentImpl = &syncImpl{}
meter.go#L195: inst := &syncImpl{
meter.go#L206: func (inst *syncImpl) setDelegate(d metric.MeterImpl) {
meter.go#L223: func (inst *syncImpl) Implementation() interface{} {
meter.go#L230: func (inst *syncImpl) Bind(labels []label.KeyValue) metric.BoundSyncImpl {
meter.go#L308: func (inst *syncImpl) RecordOne(ctx context.Context, number metric.Number, labels []label.KeyValue) {
meter.go#L343: "syncImpl.delegate": unsafe.Offsetof(syncImpl{}.delegate),
![]() |
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. |