Skip to content

[feat] Decouple the project into modules/submodules/separate repos #285

@shivanshuraj1333

Description

@shivanshuraj1333

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions