Skip to content

Commit

Permalink
Updated based on review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Swapnil Kulkarni <[email protected]>
  • Loading branch information
meswapnilk committed Jan 20, 2025
1 parent f31e2aa commit 9ecaea0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/en/docs/collector/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,17 @@ a complete configuration, the user receives an error since required components
are not added by default. Pass in multiple file paths at the command line as
follows:

````shell
```shell
otelcol --config=file:/path/to/first/file --config=file:/path/to/second/file
```

You can also provide configurations using environment variables, HTTP URIs, or
YAML paths. For example:

```shell
otelcol --config=env:MY_CONFIG_IN_AN_ENVVAR --config=https://server/config.yaml
otelcol --config="yaml:exporters::debug::verbosity: normal"
````
```

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

Expand Down

0 comments on commit 9ecaea0

Please sign in to comment.