You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle(fmt.Errorf("ignoring OpenCensus link %+v for span %q because OpenTelemetry doesn't support setting links after creation", l, s.String()))
}
Proposed Solution
After #5032 is merged, we can implement support for AddLink by translating the OpenCensus link to an OpenTelemetry link, and using the new AddLink method.
The text was updated successfully, but these errors were encountered:
Problem Statement
The OpenCensus bridge currently drops links:
opentelemetry-go/bridge/opencensus/internal/span.go
Lines 112 to 115 in 9e34895
Proposed Solution
After #5032 is merged, we can implement support for AddLink by translating the OpenCensus link to an OpenTelemetry link, and using the new AddLink method.
The text was updated successfully, but these errors were encountered: