-
Notifications
You must be signed in to change notification settings - Fork 61
Description
Is your feature request related to a problem? Please describe.
Currently there are many issues with building the project, it is hard to understand which files are being used as dependencies for another project. For example k8s collector which is written in go https://github.com/open-telemetry/opentelemetry-network/tree/main/collector/k8s also contains c header files and some other code written in c.
It makes it harder to compile and debug.
Describe the solution you'd like
If it is possible, the project should be restructured in a way which makes debugging feasible for individual components, and make it easier to understand the dependencies.
Since the project is using Xtend, C, and go, and dependencies are coupled. It becomes hard for someone with less experience in C to build and debug issues.
Decoupling the project into modules/sub modules/directories/or different projects can help.
Describe alternatives you've considered
No response
Additional context
No response