type go.opentelemetry.io/otel/label.EncoderID
7 uses
go.opentelemetry.io/otel/label (current package)
encoder.go#L37: ID() EncoderID
encoder.go#L42: EncoderID struct {
encoder.go#L80: func NewEncoderID() EncoderID {
encoder.go#L81: return EncoderID{value: atomic.AddUint64(&encoderIDCounter, 1)}
encoder.go#L130: func (*defaultLabelEncoder) ID() EncoderID {
encoder.go#L148: func (id EncoderID) Valid() bool {
set.go#L40: encoders [maxConcurrentEncoders]EncoderID
![]() |
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. |