-
Notifications
You must be signed in to change notification settings - Fork 626
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 rust example and readme #3775
Conversation
korniltsev
commented
Dec 13, 2024
- Add rust rideshare readme with screenshots from explore-profiles
- Update update_examples.go to update rust examples
- Update rideshare example to fix bugs with mutex_lock
- Update loadgen to use more threads for smoother metric
899f9ad
to
49ab6b6
Compare
Ah, I need to update screenshots too |
One minor note: please consider using Labels instead of Tags UPD: Please ignore this – we can revisit it later at some point |
profiling has become an increasingly popular tool for the monitoring and debugging of performance issues (arguably the | ||
fourth pillar of observability). | ||
|
||
We'd love to continue to improve our Rust integrations, and so we would love to hear what features _you would like to |
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.
Should we include a suggested method for contacting us?
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.
idk, This was copypasted from somewhere else. There used to be a twitter handle on one of screenshots. If we need to suggest a method, it should be done everywhere
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.
Thank you for updating the example! You've done a lot of work and the updated instructions look great! I've made some suggestions. Let me know if you have any questions.
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
@knylander-grafana Thank you a lot for the feedback! The readme was mostly copypopasted from ruby or golang example. I suggest we should update the wording there in a similar way |