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
What do we want to name the new packages: opentelemetry-api and opentelemetry-sdk, or just opentelemetry for the implementation package?
As some vendors may need to only consume (implement) the API, I'd personally stick to opentelemetry-sdk for the SDK, to avoid confusion. For the API, either opentelemetry-api or opentelemetry would be fine.
The rest look fine to me (although I'm still getting familiar with the existing codebase ;) )
Decide on the directory structure and packages for the new repo. Borrowing from OpenCensus, this might look like:
Changes as compared to OC:
api
andsdk
are separate packagesstats
has been merged intometrics
Open questions:
opentelemetry-api
andopentelemetry-sdk
, or justopentelemetry
for the implementation package?This assumes that we're still using namespace packages to create multiple distributions from the same codebase.
The text was updated successfully, but these errors were encountered: