Skip to content

Latest commit

 

History

History

README.md

Splunk Instrumentation for the database/sql Package

Go Reference

This package instruments the database/sql package.

Getting Started

This package is designed to be used in conjunction with existing database drivers that have been instrumented so OpenTelemetry semantic conventions can be discovered. An example of this type of use can be found here.

This package can be used directly as well. It becomes the users responsibility to ensure accurate and complete information about the database system is passed as attributes to ensure OpenTelemetry semantic conventions are satisfied. An example of this can be found here.