proxy.golang.org : github.com/newrelic/go-agent/v3/integrations/nrpgx/example/sqlx
An application that illustrates how to instrument jmoiron/sqlx with DatastoreSegments To run this example, be sure the environment varible NEW_RELIC_LICENSE_KEY is set to your license key. Postgres must be running on the default port 5432 and have a user "foo" and a database "bar". One quick (albeit insecure) way of doing this is to run a small local Postgres instance in Docker: Adding instrumentation for the SQLx package is easy. It means you can make database calls without having to manually create DatastoreSegments. Setup can be done in two steps: If you are using one of our currently supported database drivers (see https://docs.newrelic.com/docs/agents/go-agent/get-started/go-agent-compatibility-requirements#frameworks), follow the instructions on installing the driver. As an example, for the `pgx` driver, you will use the newrelic integration's driver in place of the postgres driver. If your code is using sqlx.Open with `pgx` like this: Then change the side-effect import to the integration package, and open "nrpgx" instead: If you are not using one of the supported database drivers, use the `InstrumentSQLDriver` (https://godoc.org/github.com/newrelic/go-agent#InstrumentSQLDriver) API. See https://github.com/newrelic/go-agent/blob/master/v3/integrations/nrmysql/nrmysql.go for a full example. Next, you must provide a context containing a newrelic.Transaction to all methods on sqlx.DB, sqlx.NamedStmt, sqlx.Stmt, and sqlx.Tx that make a database call. For example, instead of the following: Do this:
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/newrelic/go-agent/v3/integrations/nrpgx/example/sqlx
License: Apache-2.0
Latest release: 18 days ago
Namespace: github.com/newrelic/go-agent/v3/integrations/nrpgx/example
Stars: 737 on GitHub
Forks: 339 on GitHub
Total Commits: 1912
Committers: 74
Average commits per author: 25.838
Development Distribution Score (DDS): 0.623
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 18 days ago