type go.opentelemetry.io/otel/api/metric.syncInstrument
14 uses
go.opentelemetry.io/otel/api/metric (current package)
counter.go#L25: syncInstrument
counter.go#L30: syncInstrument
sync.go#L37: type syncInstrument struct {
sync.go#L81: func (s syncInstrument) SyncImpl() SyncImpl {
sync.go#L85: func (s syncInstrument) bind(labels []label.KeyValue) syncBoundInstrument {
sync.go#L89: func (s syncInstrument) float64Measurement(value float64) Measurement {
sync.go#L93: func (s syncInstrument) int64Measurement(value int64) Measurement {
sync.go#L97: func (s syncInstrument) directRecord(ctx context.Context, number Number, labels []label.KeyValue) {
sync.go#L128: func checkNewSync(instrument SyncImpl, err error) (syncInstrument, error) {
sync.go#L140: return syncInstrument{
updowncounter.go#L26: syncInstrument
updowncounter.go#L31: syncInstrument
valuerecorder.go#L25: syncInstrument
valuerecorder.go#L30: syncInstrument
![]() |
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. |