-
Notifications
You must be signed in to change notification settings - Fork 516
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
Please add Ray framework integration for sentry/apm. #2400
Comments
Hey @dPeS ! Thanks for bringing this up! I guess the problem is that the |
Lets test how much demand there is: If you want to see us support Ray, please "Thumb up" this issue! |
@antonpirker not the only problem - in those "remote" ray workers sentry isn't initialized - that's for starter. |
@szokeasaurusrex Hey I made PR with Ray integration, it handles tracing propagation to ray cluster, feedback is more than welcome! #2444 |
Thanks @glowskir for the integration! We will have a look sometime soon. Can not promise any ETA yet. |
@antonpirker is it planned to merge this PR? ray is becoming more and more popular, would be great to use sentry with it. |
@leokster Thanks for reaching out, I will try to look into this later this week |
The integration includes performance support. Also, add tests for the integration. Closes getsentry#2400
The integration includes performance support. Also, add tests for the integration. Closes getsentry#2400
The integration includes performance support. Also, add tests for the integration. Closes getsentry#2400
@dPeS the Ray integration has been released in Sentry SDK version 2.13.0: Thanks again for the great work! 🥇 |
Adds a basic instrumentation for the Ray framework (https://www.ray.io/) Closes getsentry#2400 ---- Co-authored-by: Anton Pirker <anton@ignaz.at> Co-authored-by: Ivana Kellyer <ivana.kellyer@sentry.io>
Problem Statement
https://www.ray.io/
I want to annotate that kind of code with spans:
But I only see one big transaction trace without those 3 spans.
Solution Brainstorm
I think new integration needs to be done.
The text was updated successfully, but these errors were encountered: