Skip to content

Commit

Permalink
docs: document support for pgx database/sql driver (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
axw authored Nov 2, 2020
1 parent d781421 commit ba986a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ https://github.com/elastic/apm-agent-go/compare/v1.8.0...master[View commits]
- Round ELASTIC_APM_SAMPLING_RATE with 4 digits precision {pull}828[#(828)]
- module/apmhttp: implement io.ReaderFrom in wrapped http.ResponseWriter {pull}830[#(830)]
- Fixed Transaction.Discard so that it sets TransactionData to nil {pull}836[#(836)]
- module/apmsql/pgxv4: add support for pgx driver {pull}831[#(831)]
- module/apmgormv2: add support for gorm.io (GORM v2) {pull}825[#(825)]
[[release-notes-1.x]]
=== Go Agent version 1.x
Expand Down
1 change: 1 addition & 0 deletions docs/instrumenting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ As a convenience, we also provide packages which will automatically register pop
with apmsql.Register:

- module/apmsql/pq (github.com/lib/pq)
- module/apmsql/pgxv4 (github.com/jackc/pgx/v4/stdlib)
- module/apmsql/mysql (github.com/go-sql-driver/mysql)
- module/apmsql/sqlite3 (github.com/mattn/go-sqlite3)

Expand Down
1 change: 1 addition & 0 deletions docs/supported-tech.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ be able to parse the datasource name, and provide more context in the
spans it emits:

- https://github.com/lib/pq[lib/pq] (PostgreSQL)
- https://github.com/jackc/pgx[jackc/pgx] (PostgreSQL)
- https://github.com/go-sql-driver/mysql[go-sql-driver/mysql]
- https://github.com/go-sqlite3[mattn/go-sqlite3]

Expand Down

0 comments on commit ba986a2

Please sign in to comment.