Skip to content

Commit 3ec6a76

Browse files
Update content/en/docs/collector/configuration.md
Co-authored-by: Tiffany Hrabusa <[email protected]>
1 parent 3a85ef5 commit 3ec6a76

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

content/en/docs/collector/configuration.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ otelcol --config="yaml:exporters::debug::verbosity: normal"
4040
```
4141

4242
You can also provide multiple configurations using multiple files at different
43-
paths. Each file can be a full/partial configuration and reference components
44-
from each other. For simplicity, if the merge of files does not constitute a
45-
complete configuration user will get an error since the defaults are not added
46-
by default. For example:
43+
paths. Each file can be a full or partial configuration, and the files can reference components
44+
from each other. If the merger of files does not constitute a
45+
complete configuration, the user receives an error since required components are not added
46+
by default. Pass in multiple file paths at the command line as follows:
4747

4848
```shell
49-
otelcol --cofig=file:/path/to/first/file --config=file:/path/to/second/file
50-
```
49+
otelcol --config=file:/path/to/first/file --config=file:/path/to/second/file
5150

5251
{{% alert title="Tip" color="primary" %}}
5352

0 commit comments

Comments
 (0)