type go.opentelemetry.io/otel/trace.Link
11 uses
go.opentelemetry.io/otel/trace (current package)
auto.go#L543: func (s *autoSpan) AddLink(link Link) {
auto.go#L568: func convLinks(links []Link) []*telemetry.SpanLink {
auto.go#L576: func convLink(link Link) *telemetry.SpanLink {
config.go#L68: links []Link
config.go#L90: func (cfg *SpanConfig) Links() []Link {
config.go#L291: func WithLinks(links ...Link) SpanStartOption {
noop.go#L79: func (noopSpan) AddLink(Link) {}
span.go#L41: AddLink(link Link)
span.go#L95: type Link struct {
span.go#L105: func LinkFromContext(ctx context.Context, attrs ...attribute.KeyValue) Link {
span.go#L106: return Link{
![]() |
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. |