-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document usage of multiple collector config files #5960
Conversation
092d650
to
2938567
Compare
2938567
to
7d0a2fd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution, @meswapnilk! I've made a few copy edit suggestions. Also, please see my comment about moving your addition a little higher on the page.
|
c51bfbc
to
a1a7abe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@open-telemetry/collector-approvers, PTAL.
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" | ||
``` | ||
```` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```` | |
``` |
Revert that change please
````shell | ||
otelcol --config=file:/path/to/first/file --config=file:/path/to/second/file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
````shell | |
otelcol --config=file:/path/to/first/file --config=file:/path/to/second/file | |
```shell | |
otelcol --config=file:/path/to/first/file --config=file:/path/to/second/file | |
``` |
Use three ticks, also terminate your code block
5111bcd
to
9ecaea0
Compare
9ecaea0
to
8faf59e
Compare
Closes #5296