-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Docs Update from open-telemetry/opentelemetry-collector #585
Docs Update from open-telemetry/opentelemetry-collector #585
Conversation
There was some drift that needs to be synced back to the collector repo before this gets merged |
These changes have been synced in open-telemetry/opentelemetry-collector#3267, this PR can be merged or we can wait for another push. |
@@ -75,7 +75,7 @@ $ git clone [email protected]:open-telemetry/opentelemetry-collector.git; \ | |||
cd opentelemetry-collector/examples; \ | |||
go build main.go; ./main & pid1="$!"; | |||
docker run --rm -p 13133:13133 -p 14250:14250 -p 14268:14268 \ | |||
-p 55678-55680:55678-55680 -p 8888:8888 -p 9411:9411 \ | |||
-p 55678-55679:55678-55679 -p 4317:4317 -p 8888:8888 -p 9411:9411 \ | |||
-v "${PWD}/otel-local-config.yaml":/otel-local-config.yaml \ |
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.
-v "${PWD}/otel-local-config.yaml":/otel-local-config.yaml \ | |
-v "${PWD}/local/otel-config.yaml":/otel-local-config.yaml \ |
@mxiamxia if you'd like to make changes to this, you need to make a PR against the authoritative copy in the collector repo (https://github.com/open-telemetry/opentelemetry-collector/tree/main/website_docs) so they don't drift out of sync |
OK. l'll send a separate PR to correct the docker starting command. Fine with merging this PR. |
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
This is an automated pull request.