go.opentelemetry.io/otel/trace/internal/telemetry.Span.Attrs (field)
9 uses
go.opentelemetry.io/otel/trace/internal/telemetry (current package)
span.go#L105: Attrs []Attr `json:"attributes,omitempty"`
span.go#L213: err = decoder.Decode(&s.Attrs)
go.opentelemetry.io/otel/trace
auto.go#L108: span.Attrs, span.DroppedAttrs = convCappedAttrs(maxSpan.Attrs, cfg.Attributes())
auto.go#L235: for i, a := range s.span.Attrs {
auto.go#L247: s.span.Attrs[idx] = telemetry.Attr{
auto.go#L251: } else if limit < 0 || len(s.span.Attrs) < limit {
auto.go#L252: s.span.Attrs = append(s.span.Attrs, telemetry.Attr{
auto.go#L256: m[string(a.Key)] = len(s.span.Attrs) - 1
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |