Instrumenting the Database client with Elastic APM
After we set up Elastic APM to log our request transaction, the following thing we wish to
instrument are the SQL queries going to our database endpoint. Elastic APM provides
instrumentation that wraps the database/sql driver, which produces an *sql.DB
.