From 55d5d036c08949e4a5b467180d8916262f82d3d9 Mon Sep 17 00:00:00 2001 From: Jack Hopner <6786677+jackhopner@users.noreply.github.com> Date: Wed, 26 Oct 2022 09:46:05 +1300 Subject: [PATCH] add pgx xray tracer to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fbffcf7e..dee3e38f 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,11 @@ pgerrcode contains constants for the PostgreSQL error codes. * [github.com/jackc/pgx-shopspring-decimal](https://github.com/jackc/pgx-shopspring-decimal) * [github.com/vgarvardt/pgx-google-uuid](https://github.com/vgarvardt/pgx-google-uuid) + +## Adapters for 3rd Party Tracers + +* [https://github.com/jackhopner/pgx-xray-tracer](https://github.com/jackhopner/pgx-xray-tracer) + ## Adapters for 3rd Party Loggers These adapters can be used with the tracelog package.