Skip to content
/ sql Public
forked from opentracing-lib/sql

a middleware for sql to use opentracing

Notifications You must be signed in to change notification settings

Heer0/sql

 
 

Repository files navigation

sql

Package sql provides a wrapper for database/sql/driver.Drivers for tracing database operations as spans of a transaction traced by opentracing

To instrument a driver, you can simply swap your application's calls to sql.Register and sql.Open to apmsql.Register and apmsql.Open respectively. The apmsql.Register function accepts zero or more options to influence how tracing is performed.

About

a middleware for sql to use opentracing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%