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

Show which components are built into a collector #5709

Closed
jpeach opened this issue Jul 20, 2022 · 1 comment
Closed

Show which components are built into a collector #5709

jpeach opened this issue Jul 20, 2022 · 1 comment

Comments

@jpeach
Copy link
Contributor

jpeach commented Jul 20, 2022

Is your feature request related to a problem? Please describe.

Especially hen getting started in the ecosystem, it would be helpful for the collector to be able to show which components it has available. This lets you check what features to expect in released builds and builds you make yourself.

Describe the solution you'd like

Some flag like --list-components.

jpeach added a commit to jpeach/opentelemetry-collector that referenced this issue Jul 20, 2022
Add a `--list-components` flag to the collector service. This currently
show all the available components, their types and their signal stability
levels. In future, we could also show the Go module and version, but
that would require changes to the builder, so it's omitted for now.

This fixes open-telemetry#5709.

Signed-off-by: James Peach <jpeach@cloudflare.com>
jpeach added a commit to jpeach/opentelemetry-collector that referenced this issue Jul 20, 2022
Add a `--list-components` flag to the collector service. This currently
show all the available components, their types and their signal stability
levels. In future, we could also show the Go module and version, but
that would require changes to the builder, so it's omitted for now.

This fixes open-telemetry#5709.

Signed-off-by: James Peach <jpeach@cloudflare.com>
jpeach added a commit to jpeach/opentelemetry-collector that referenced this issue Jul 20, 2022
Add a `--list-components` flag to the collector service. This currently
show all the available components, their types and their signal stability
levels. In future, we could also show the Go module and version, but
that would require changes to the builder, so it's omitted for now.

This fixes open-telemetry#5709.

Signed-off-by: James Peach <jpeach@cloudflare.com>
jpeach added a commit to jpeach/opentelemetry-collector that referenced this issue Aug 16, 2022
Add a `--list-components` flag to the collector service. This currently
show all the available components, their types and their signal stability
levels. In future, we could also show the Go module and version, but
that would require changes to the builder, so it's omitted for now.

This fixes open-telemetry#5709.

Signed-off-by: James Peach <jpeach@cloudflare.com>
jpeach added a commit to jpeach/opentelemetry-collector that referenced this issue Sep 11, 2022
Add a `--list-components` flag to the collector service. This currently
show all the available components, their types and their signal stability
levels. In future, we could also show the Go module and version, but
that would require changes to the builder, so it's omitted for now.

This fixes open-telemetry#5709.

Signed-off-by: James Peach <jpeach@cloudflare.com>
jpeach added a commit to jpeach/opentelemetry-collector that referenced this issue Sep 13, 2022
Add a `--list-components` flag to the collector service. This currently
show all the available components, their types and their signal stability
levels. In future, we could also show the Go module and version, but
that would require changes to the builder, so it's omitted for now.

This fixes open-telemetry#5709.

Signed-off-by: James Peach <jpeach@cloudflare.com>
jpeach added a commit to jpeach/opentelemetry-collector that referenced this issue Sep 15, 2022
Add a `--list-components` flag to the collector service. This currently
show all the available components, their types and their signal stability
levels. In future, we could also show the Go module and version, but
that would require changes to the builder, so it's omitted for now.

This fixes open-telemetry#5709.

Signed-off-by: James Peach <jpeach@cloudflare.com>
@jpeach
Copy link
Contributor Author

jpeach commented Feb 14, 2023

Looks like someone else finally got this over the line.

Duplicate of #4671.

@jpeach jpeach closed this as completed Feb 14, 2023
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 a pull request may close this issue.

1 participant