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
Right now this package being included in go.opentelemetry.io/collector means that anyone using the package for its tests depends on all the packages the collector package depends on.
Making the package a public package with no intention of stabilizing it means that we can at least untangle those dependencies.