Skip to content

Latest commit

 

History

History
 
 

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

database/sql instrumentation example

A MySQL client using database/sql with instrumentation.

These instructions expect you have docker-compose installed.

Bring up the Mysql services to run the example:

docker-compose up -d mysql

Then up the client service to make request with MySQL:

docker-compose up client

Shut down the services when you are finished with the example:

docker-compose down