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
As mentioned in #3277, #3968 and elsewhere, some interfaces declared in modules from this repository do not conform to the standard Go versioning policy. However, there is no guidance on how to handle these in some cases.
Problem Statement
As mentioned in #3277, #3968 and elsewhere, some interfaces declared in modules from this repository do not conform to the standard Go versioning policy. However, there is no guidance on how to handle these in some cases.
Proposed Solution
Similar to https://pkg.go.dev/go.opentelemetry.io/otel/metric#hdr-API_Implementations, provide guidance on alternatives to implement trace interfaces that may break on minor versions. See #3968 (comment) for rationale and further suggestions.
Prior Art
See https://pkg.go.dev/go.opentelemetry.io/otel/metric#hdr-API_Implementations and #3968 (comment)
Additional Context
Outcome of discussion on #3968
The text was updated successfully, but these errors were encountered: