You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source drivers are also instrumented now. While this doesn't make too much sense for the file driver (reading migrations from the local filesystem), it does for remote drivers such as github and gitlab.
Database drivers have more attributes, such as the currently running migration.
Is your feature request related to a problem? Please describe.
We are using pgx/v5: https://github.com/golang-migrate/migrate/tree/master/database/pgx/v5
This works great, however for our general usage we have attached an OTEL tracer to it.
https://pkg.go.dev/github.com/jackc/pgx/v5#ConnConfig.Tracer
currently looking at the migrate codebase I do not see an option to pass the tracer as a config option...
Describe the solution you'd like
A possibility to pass a tracer to the config
Why
It is useful to know how long some migration statements have run atomically .
The text was updated successfully, but these errors were encountered: