-
Notifications
You must be signed in to change notification settings - Fork 565
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
Split dice example into instrumented and uninstrumented #6300
base: main
Are you sure you want to change the base?
Conversation
Please fix the build. |
@pellared ran locally and linter is now working. |
@pellared uninstrumented didn't have the no-go lint for the rand.Int function, just added it. |
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.
Please also update .gitignore
.
done |
@pellared conflict here's due I removed go.mod file from examples directly while origin modified it, is there anything I need to do here? |
I merged the remote branch of the core repo into my fork |
Signed-off-by: Igor Eulalio <[email protected]>
@open-telemetry/docs-maintainers, is it something you want to help with maintaining https://github.com/open-telemetry/opentelemetry.io/blob/main/content/en/docs/languages/go/getting-started.md? |
thanks for working on this @IgorEulalio, I will provide a review as soon as I can. Note, that I recently proposed a project which is related to your work here, feel free to take a look and let me know if you'd like to participate: open-telemetry/community#2427 |
@svrnm I took a look at the community issue, I would love to help and participate in this project. Do we already have something started on that? |
No, nothing has started yet, I am currently seeing to find people who are interested in helping. So if you comment on that PR that you are interested in helping and in which capacity then I can add you to the Staffing |
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 overall, thanks for taking the time to make this! A few inline comments to align it better with what we need for the website
…l shell scripts from docs Signed-off-by: Igor Eulalio <[email protected]>
lgtm now (minus the conflicts that need to be resolved) |
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.
Build is failing
… go mod tidy Signed-off-by: Igor Eulalio <[email protected]>
Signed-off-by: Igor Eulalio <[email protected]>
I find it bad that the
and
I prefer the version without |
Signed-off-by: Igor Eulalio <[email protected]>
@pellared done |
This #6300 (comment) is not resolved. |
Signed-off-by: Igor Eulalio <[email protected]>
Completely missed that one, it's fixed now. |
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.
As discussed in this thread, we want to have two different examples, one with instrumentation and one without it:
#6296