go.opentelemetry.io/otel/trace/internal/telemetry.Span.DroppedLinks (field)
6 uses
go.opentelemetry.io/otel/trace/internal/telemetry (current package)
span.go#L120: DroppedLinks uint32 `json:"droppedLinksCount,omitempty"`
span.go#L223: err = decoder.Decode(&s.DroppedLinks)
go.opentelemetry.io/otel/trace
auto.go#L114: span.DroppedLinks = uint32(min(n, math.MaxUint32)) // nolint: gosec // Bounds checked.
auto.go#L119: span.DroppedLinks = uint32(min(n, math.MaxUint32)) // nolint: gosec // Bounds checked.
auto.go#L554: s.span.DroppedLinks++
auto.go#L562: s.span.DroppedLinks++
![]() |
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. |