Skip to content

Commit

Permalink
[chore] ocb name flag is no longer valid (open-telemetry#11716)
Browse files Browse the repository at this point in the history
This was removed as part of
open-telemetry@cd6bfbb
but the documentation was not updated.

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten authored and HongChenTW committed Dec 19, 2024
1 parent e7c5474 commit d430858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Finally, load the OpenTelemetry Collector as a project in the IDE, configure deb
The configuration file is composed of two main parts: `dist` and module types. All `dist` options can be specified via command line flags:

```console
ocb --config=config.yaml --name="my-otelcol"
ocb --config=config.yaml
```

The module types are specified at the top-level, and might be: `extensions`, `exporters`, `receivers` and `processors`. They all accept a list of components, and each component is required to have at least the `gomod` entry. When not specified, the `import` value is inferred from the `gomod`. When not specified, the `name` is inferred from the `import`.
Expand Down

0 comments on commit d430858

Please sign in to comment.