vapor / postgres-nio

🐘 Non-blocking, event-driven Swift client for PostgreSQL.
https://api.vapor.codes/postgresnio/documentation/postgresnio/
MIT License
305 stars 70 forks source link

Investigate adopting Tracing #402

Open fabianfett opened 10 months ago

fabianfett commented 10 months ago

We should investigate how to adopt Tracing in Postgres. We should ensure, that users who don’t need Tracing do not suffer a performance hit from Tracing being there.

abidon commented 3 months ago

Is there any update regarding tracing adoption?