-
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
Readme update #311
Readme update #311
Conversation
Also has solution for gradlew bug issue |
Great improvement! Just one comment that I'd change the title "Local Quickstart" to something without "Local" (I think the Kubernetes part is not really local). It could be, for example: "Getting started". |
@cartersocha the collector configuration for the demo when deployed by the helm chart is "hard coded". Changes would be needed in the opentelemetry-demo chart to allow modifying the collector config via the chart's values.yaml. This is would be a welcome change to the chart. |
Thanks for the clarification @TylerHelmuth. I’ll create an issue to track this enhancement! |
Co-authored-by: Reiley Yang <[email protected]>
Co-authored-by: Reiley Yang <[email protected]>
* simplify * remove screenshots * overhaul main readme * further edits * broken links * links * links * hopefully final links * pr review * Update docs/docker_deployment.md Co-authored-by: Reiley Yang <[email protected]> * Update docs/docker_deployment.md Co-authored-by: Reiley Yang <[email protected]> Co-authored-by: Reiley Yang <[email protected]>
Simplify readme and abstract out info. Docker probably still needs to be updated to reflect docker hub pull guidance.
@mviitane Let me know if you have any structure suggestions.
@wph95 , @TylerHelmuth what would altering the back end collector exporter look like for a helm chart? Is there a straight forward way to slot in a vendor piece like docker?