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
Currently, we placed all the support across languages/frameworks in one repo, is it possible to split by language?
As a dotnet developer, I only care about the dotnet-related changes, and no need to download the python/java implementations, but since it's all in one repo, I had to fetch them all.
Besides, there are more and more connectors, is it possible to split non-core connectors into another repository/solution? So that we could maintain the core framework and functions easily, and extensions in another or extensions in another solution file?
For multiple languages/frameworks support, I like the open-telemetry repository organization more.
They put up the Specifications in a repo, and for the language-specific implementation, separate into different repositories, and core implementation for the spec in one repository, some extensions out of spec maintained in another repo.
Thoughts?
The text was updated successfully, but these errors were encountered:
Currently, we placed all the support across languages/frameworks in one repo, is it possible to split by language?
As a dotnet developer, I only care about the dotnet-related changes, and no need to download the python/java implementations, but since it's all in one repo, I had to fetch them all.
Besides, there are more and more connectors, is it possible to split non-core connectors into another repository/solution? So that we could maintain the core framework and functions easily, and extensions in another or extensions in another solution file?
For multiple languages/frameworks support, I like the open-telemetry repository organization more.
https://github.com/open-telemetry
They put up the Specifications in a repo, and for the language-specific implementation, separate into different repositories, and core implementation for the spec in one repository, some extensions out of spec maintained in another repo.
Thoughts?
The text was updated successfully, but these errors were encountered: