Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid exposing publicly constants from obsreport #2644

Closed

Conversation

bogdandrutu
Copy link
Member

Signed-off-by: Bogdan Drutu bogdandrutu@gmail.com

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
@bogdandrutu bogdandrutu requested a review from a team March 9, 2021 23:20
@github-actions
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 2, 2021

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions bot added the Stale label Apr 2, 2021
@bogdandrutu bogdandrutu removed the Stale label Apr 6, 2021
@github-actions
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions bot added the Stale label Apr 14, 2021
@bogdandrutu bogdandrutu removed the Stale label Apr 20, 2021
@tigrannajaryan
Copy link
Member

Please resolve conflicts.

@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2021

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions bot added the Stale label May 5, 2021
@bogdandrutu bogdandrutu removed the Stale label May 5, 2021
@github-actions
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@bogdandrutu
Copy link
Member Author

Fixed by #3253

@bogdandrutu bogdandrutu deleted the obsreportrmconst branch February 1, 2022 02:31
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this pull request Apr 27, 2023
…y#2644)

* Fix exported module names to match directory locations

To refer to a specific version of a module from another repo, the Go
module system requires that the module path match the name of the
directory path inside the repo. See https://go.dev/ref/mod#vcs-dir

This requires changing the names of the exported modules to include
the "pkg" prefix used in the directory structure (and in the case of
smartagentextension, correcting the module name to reflect that it's
in the extension subdirectory, not the receiver subdirectory).

It also requires the name of the leaf directory match the module
name. This commit standardizes on the naming scheme used in the
OpenTelemetry Collector contrib repo, where subdirectories (and module
nams) include the type of the "plugin" as a suffix to the name of the
module and directory.

For example:
  processor/timestamp => pkg/processor/timestampprocessor
  receiver/smartagent => pkg/receiver/smartagentreceiver

* Fix docs references
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants