type go.opentelemetry.io/otel/trace.Link
6 uses
go.opentelemetry.io/otel/trace (current package)
config.go#L71: links []Link
config.go#L93: func (cfg *SpanConfig) Links() []Link {
config.go#L285: func WithLinks(links ...Link) SpanStartOption {
trace.go#L412: type Link struct {
trace.go#L421: func LinkFromContext(ctx context.Context, attrs ...attribute.KeyValue) Link {
trace.go#L422: return Link{
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |