-
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 #5989
base: main
Are you sure you want to change the base?
Conversation
Closes open-telemetry#5296 Signed-off-by: Swapnil Kulkarni <swapnil@cloudnativehero.com>
follows: | ||
|
||
```shell | ||
otelcol --cofig=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.
otelcol --cofig=file:/path/to/first/file --config=file:/path/to/second/file | |
otelcol --config=file:/path/to/first/file --config=file:/path/to/second/file |
Yes, LGTM! |
@meswapnilk, could you fix the typo in my earlier comment? Thanks! |
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 with @tiffany76's suggestion addressed, and approval from @open-telemetry/collector-approvers.
Signed-off-by: Swapnil Kulkarni <swapnil@cloudnativehero.com>
76d50d1
to
aa9f053
Compare
Closes #5296