-
Notifications
You must be signed in to change notification settings - Fork 588
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
Conversation
Please fix the build. |
Signed-off-by: Igor Eulalio <igor.eulalio@sysdig.com>
@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 <igor.eulalio@sysdig.com>
@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 <igor.eulalio@sysdig.com>
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 <igor.eulalio@sysdig.com>
Signed-off-by: Igor Eulalio <igor.eulalio@sysdig.com>
I find it bad that the
and
I prefer the version without |
Signed-off-by: Igor Eulalio <igor.eulalio@sysdig.com>
@pellared done |
This #6300 (comment) is not resolved. |
Signed-off-by: Igor Eulalio <igor.eulalio@sysdig.com>
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.
Hi folks, just checking if there's anything missing from my side here, thanks! |
@open-telemetry/go-maintainers, planning to merge in ~24h, last chance to review. |
@IgorEulalio, thank you for your contribution and your patience 🏅 |
🎉 Thanks @IgorEulalio |
Thank you guys for the patience and help, looking forward to contribute more with this amazing project. |
As discussed in this thread, we want to have two different examples, one with instrumentation and one without it.
Fixes #6296