Skip to content

jcchavezs/zipkin-instrumentation-sqlx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zipkin instrumentation for sqlx

Build Status

Deprecated: use https://github.com/jcchavezs/zipkin-instrumentation-sql instead.

This package implements the interfaces from sqlx adding zipkin instrumentation

Install

go get github.com/jmoiron/sqlx

Setup

tracer, _ := zipkin.NewTracer(...)
...
tracedDB := NewDb(db, tracer)

Usage

This library does not add any functionality on top of sqlx. For more information, about sqlx.DB usage check https://github.com/jmoiron/sqlx

About

[DEPRECATED] Zipkin instrumentation for sqlx

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages