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

Stability level undefined #12104

Closed
codeboten opened this issue Jul 6, 2022 · 3 comments
Closed

Stability level undefined #12104

codeboten opened this issue Jul 6, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@codeboten
Copy link
Contributor

codeboten commented Jul 6, 2022

Describe the bug

With the current code in main, the following message is displayed for all components that are passing a stability level as an option to the factory.

Stability level of component undefined	{"kind": "receiver", "name": "hostmetrics", "pipeline": "metrics", "stability": "undefined"}

This may surprise users upgrading to this version. Some ways we could mitigate this:

  1. change the log level to debug (or not log at all) for undefined stability level, until the next release
  2. apply a stability level to all the components

I have a PR for option 1 here and option 2 here

@codeboten codeboten added bug Something isn't working release:blocker The issue must be resolved before cutting the next release labels Jul 6, 2022
codeboten pushed a commit to codeboten/opentelemetry-collector that referenced this issue Jul 6, 2022
@jpkrohling
Copy link
Member

Option 2 would be my preferred solution, but given that we have a release right around the corner, it might be safer to do option 1.

@tigrannajaryan
Copy link
Member

Let's go with option 1.

tigrannajaryan pushed a commit to open-telemetry/opentelemetry-collector that referenced this issue Jul 6, 2022
@tigrannajaryan tigrannajaryan removed the release:blocker The issue must be resolved before cutting the next release label Jul 6, 2022
@codeboten
Copy link
Contributor Author

This is fixed, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants