prisma-client-py icon indicating copy to clipboard operation
prisma-client-py copied to clipboard

Improve Client observability

Open RobertCraigie opened this issue 3 years ago • 0 comments

Problem

Debugging performance problems can be quite hard, especially due to the Rust black box that Prisma is. We should be able to provide some form of tracing to help users out.

Suggested solution

Unclear at the moment, would probably build on top of https://github.com/prisma/prisma/issues/9601 / https://github.com/prisma/client-planning/issues/21

RobertCraigie avatar Jul 01 '22 07:07 RobertCraigie