Skip to content

Create top-level contrib directory to aggregate the pkg/instrumentation/* #133

@y1yang0

Description

@y1yang0

We'd like to move pkg/instrumentation to contrib at the root of the repository (mv pkg/instrumentation contrib).

After this change, contrib will contain the hook implementations, while pkg will hold the core APIs they depend on. This creates a clearer separation of responsibilities.

However, to make this happen, here are the changes that I think will be necessary:

  • Currently, only the pkg package is embedded (see export.go). We'll need to embed the contrib package as well. This is crucial to ensure that our tool can always inject code once downloaded, even in an offline environment.
  • All other paths referencing pkg will need to be updated. This will be the bulk of the work.

Metadata

Metadata

Assignees

Labels

availableWelcome to claim it and implement iteffort:highHigh effort to accomplish it

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions