Skip to content

Commit

Permalink
fix: remove invalid char from collector config doc (#4439)
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <[email protected]>
Co-authored-by: Phillip Carter <[email protected]>
  • Loading branch information
frzifus and cartermp authored May 7, 2024
1 parent b88a04e commit 8eb2e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/collector/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ You can also provide configurations using environment variables, YAML paths, or
HTTP URIs. For example:

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

To validate a configuration file, use the `validate` command. For example:
Expand Down

0 comments on commit 8eb2e74

Please sign in to comment.