-
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
Conversation
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.
76d50d1
to
aa9f053
Compare
Closes open-telemetry#5296 Signed-off-by: Swapnil Kulkarni <[email protected]>
Signed-off-by: Swapnil Kulkarni <[email protected]>
Hi @meswapnilk, it looks like some submodule changes were included in your last commit that shouldn't be there. Could you run |
aa9f053
to
bd1cccf
Compare
Done |
Thank you for your contribution! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this survey |
Closes #5296