Skip to content

Tags: exaring/otelpgx

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: implement pgxpool acquire tracer interface (#41)

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Do not create spans from batch queries if parent span is not recordin…

…g. (#36)

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: don't prefix query span name if disabled in `TraceQueryStart` an…

…d `TracePrepareStart` (#35)

Signed-off-by: Nathanael DEMACON <[email protected]>
Co-authored-by: Nathanael DEMACON <[email protected]>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add an option to remove the query span name prefix (#34)

Signed-off-by: Nathanael DEMACON <[email protected]>
Co-authored-by: Nathanael DEMACON <[email protected]>

v05.5

Toggle v05.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: emit rows affected attribute (#33)

Before this commit the `pgx.rows_affected` attribute would only be
emitted in case of error. The commit flips the check such that we emit
it when an error has not occurred.

v0.5.4

Toggle v0.5.4's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Upgrade to [email protected] and semconv/v1.24.0 (#31)

* Upgrade to [email protected] and semconv/v1.24.0

Co-authored-by: Charlie Mathews <[email protected]>

* Upgrade to [email protected]

---------

Co-authored-by: Charlie Mathews <[email protected]>
Co-authored-by: Charlie Mathews <[email protected]>

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: automatically detect imported version (#30)

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle sql.ErrNoRows properly (#23)

* Handle sql.ErrNoRows properly

* bump version

v0.5.1

Toggle v0.5.1's commit message
chore: bump libs

v0.5.0

Toggle v0.5.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: rename function

Renaming function to be more transparent in its functionality.