-
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
[extension] ModuleInfo does not report providers #12372
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Looks like I was pinged here by mistake, as this isn't really about the storage interface. Pinging @mx-psi who is the author of the original change and should be able to help better here. |
sorry, I didn't see [extension] as an option |
@mowies could you take a look at why @swiatekm was pinged? @jackgopack4 I would be in favor of this |
he was pinged because he is listed as codeowner for extension/xextension both in CODEOWNERS and in https://github.com/open-telemetry/opentelemetry-collector/blob/main/extension/xextension/metadata.yaml#L7 |
Ah, I didn't catch this. He should be listed as a codeowner of |
then we'll need another metadata.yaml file in that folder :) |
created #12382 for this |
Component(s)
extension/x
Describe the issue you're reporting
Currently, ModuleInfo struct available to Extensions does not list providers. Given that these are registered components and able to be configured in the
builder-config.yaml
, they should be available.#12296 moved this code to "go.opentelemetry.io/collector/service/internal/moduleinfo" so I would plan to add it there.
I don't see much downside to this; just making available info about the collector that the user either built or installed.
The text was updated successfully, but these errors were encountered: