Repository metrics
- Stars
- (569 stars)
- PR merge metrics
- (PR metrics pending)
Description
We would love to use the zipkin-instrumentation-postgres package for tracing our Postgres calls. However, we are using an ORM which is called sequelize. This wraps the client, so the client is not available to be wrapped by the zipkin Postgres package. How would one do this? I have found an issue which kind of explains what I'm trying to do: https://github.com/openzipkin/zipkin-js/issues/227. It seems like sequelize can use CLS, although I'm unsure for what reason. I guess only for passing the transaction around without manually doing it.
Do you know any way to make this work without writing our own zipkin instrumentation for sequelize?