go.opentelemetry.io/otel/trace.Link.SpanContext (field)
6 uses
go.opentelemetry.io/otel/trace (current package)
auto.go#L578: TraceID: telemetry.TraceID(link.SpanContext.TraceID()),
auto.go#L579: SpanID: telemetry.SpanID(link.SpanContext.SpanID()),
auto.go#L580: TraceState: link.SpanContext.TraceState().String(),
auto.go#L581: Flags: uint32(link.SpanContext.TraceFlags()),
span.go#L97: SpanContext SpanContext
span.go#L107: SpanContext: SpanContextFromContext(ctx),
![]() |
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. |