prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 62 forks source link

Instrument method calls #265

Closed pimeys closed 3 years ago

pimeys commented 3 years ago

We get span data and can count the time taken per function.

Breaking: we'll now force tracing for everybody. You can probably still use the crate without, but might miss some logs.

Part of an issue: https://github.com/prisma/prisma/issues/5956