Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ExpansiveWorlds/instrumentedsql
A sql driver that will wrap any other driver and log/trace all its calls
https://github.com/ExpansiveWorlds/instrumentedsql
googlecloud logging opentracing sql tracing
Last synced: about 2 months ago
JSON representation
A sql driver that will wrap any other driver and log/trace all its calls
- Host: GitHub
- URL: https://github.com/ExpansiveWorlds/instrumentedsql
- Owner: ExpansiveWorlds
- License: mit
- Created: 2017-03-17T05:54:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T12:07:27.000Z (about 5 years ago)
- Last Synced: 2024-08-04T04:03:08.780Z (5 months ago)
- Topics: googlecloud, logging, opentracing, sql, tracing
- Language: Go
- Size: 15.6 KB
- Stars: 263
- Watchers: 11
- Forks: 27
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - instrumentedsql - A sql driver that will wrap any other driver and log/trace all its calls (Go)
- awesome - instrumentedsql - A sql driver that will wrap any other driver and log/trace all its calls (Go)
README
[![GoDoc](https://godoc.org/github.com/ExpansiveWorlds/instrumentedsql?status.svg)](https://godoc.org/github.com/ExpansiveWorlds/instrumentedsql)
# instrumentedsql
A sql driver that will wrap any other driver and log/trace all its calls## How to use
Please see the [documentation](https://godoc.org/github.com/ExpansiveWorlds/instrumentedsql) and [examples](https://github.com/ExpansiveWorlds/instrumentedsql/blob/master/sql_example_test.go)
## Roadmap
Reach API stability and decide what is in/out of scope for this package.
current plan is to include tracing, logging, metrics, and anything else that might fit into a wrapper, keeping everything optional and disabled by default.## Contributing
PRs and issues are welcomed and will be responded to in a timely fashion, please contribute!
Contributors will contain all people (not companies) that have contributed to the project.
LICENSE will list all copyright holders.