sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

Support for tracing GRPC requests

Open craigds opened this issue 4 years ago • 5 comments

We use sentry performance monitoring for our user-facing API running Django REST Framework. However, behind that we also have an internal API using GRPC that we're hitting via a grpcio client wrapper.

It'd be very useful for us to be able to (automatically?) instrument the GRPC API, and for those traces to appear as subtraces of the user-facing API.

craigds avatar Sep 08 '21 04:09 craigds

Thanks for writing in, we've put this in the teams backlog, but in the mean time, contributions are welcome if anyone wants to submit a PR!

AbhiPrasad avatar Sep 08 '21 13:09 AbhiPrasad

waiting for this function too

yswtrue avatar Sep 25 '21 13:09 yswtrue

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

github-actions[bot] avatar Dec 23 '21 15:12 github-actions[bot]

Any news or other workarounds/alternatives regarding this? I'm working with a similar setup and this would be very helpful

stijntratsaertit avatar Jan 12 '22 15:01 stijntratsaertit

We are interested in this functionality as well!

dmitry-vlt avatar Jun 27 '22 19:06 dmitry-vlt

Hey @craigds @yswtrue @stijntratsaertit @dmitry-vlt

We have a grpc intregration now. Have a look here: https://docs.sentry.io/platforms/python/configuration/integrations/grpc/

antonpirker avatar Sep 25 '23 12:09 antonpirker

Works as expected, thanks!

stijntratsaertit avatar Sep 25 '23 15:09 stijntratsaertit