Commit 3ec6a76 1 parent 3a85ef5 commit 3ec6a76 Copy full SHA for 3ec6a76
File tree 1 file changed +5
-6
lines changed
content/en/docs/collector
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,13 @@ otelcol --config="yaml:exporters::debug::verbosity: normal"
40
40
```
41
41
42
42
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 :
47
47
48
48
``` 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
51
50
52
51
{{% alert title=" Tip" color=" primary" %}}
53
52
You can’t perform that action at this time.
0 commit comments