Django-REST integration?
Would this be able to pick up DRF interactions, like Serializer -> ORM -> DB ?
@tomchristie do you have any thoughts on this?
@SEJeff Only that instrumenting the ORM queries really is the most important aspect.
I would also argue that having ability to customize route -> trace tags mapping would be desirable. Anyhow, I take it you guys would consider this a valid feature?
@ror6ax I just figured out how to fix the route bit I believe. I'll send some PR's soon, but it uses this class more or less like this.
It results in the route (for a DRF app that uses rest_framework.routers.DefaultRouter for the url routing that looks like this:
alert-app-service-name: /api/alert/{pk}/
Bonus points that raven-python is also licensed under the 3 clause BSD, so we could potentially lift the code if necessary to this project.
Any news on this?