-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Components subcommand no longer outputs component names #9855
Comments
Tested this with
|
I'm guessing this is caused by #9472 |
Another issue I found that's probably related to #9472 so I'll mention it here (but I can open a new issue if you'd like):
I was expecting the validation to fail, as I purposfully misspelled the name of the processor (adding the |
I agree that it is related, but the PR I opened doesn't fix this |
**Description:** Adds `MarshalText` function so that `Type` can be properly marshaled as yaml. **Link to tracking Issue:** Fixes #9855
Describe the bug
The output of the
components
subcommand no longer contain the names of the component, merely{}
Steps to reproduce
collector components
What did you expect to see?
I expected the output to include the names of components, like this (from the 0.96.0 release)
What did you see instead?
What version did you use?
v0.97.0
What config did you use?
N/A
Environment
MacOS 13.6.6
For the compiled version, built using ocb 0.97.0, running go 1.22.1
Additional context
I'm wondering if this is related to the changes described in #9208 ?
The text was updated successfully, but these errors were encountered: