From a43542d5ae71bdfceb8f52f905caaf2afd30b98d Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Wed, 18 Jan 2023 14:02:51 -0800 Subject: [PATCH] indent new apmpgx docs (#1371) (#1372) (cherry picked from commit fb87682fe615f01e803502f47b522de67064524d) Co-authored-by: Gil Raphaelli --- docs/instrumenting.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/instrumenting.asciidoc b/docs/instrumenting.asciidoc index 7b6d4f92e..fdcfedcfe 100644 --- a/docs/instrumenting.asciidoc +++ b/docs/instrumenting.asciidoc @@ -972,7 +972,7 @@ func main() { ---- [[builtin-modules-apmpgx]] -== module/apmpgx +==== module/apmpgx Package apmpgx provides a means of instrumenting the https://github.com/jackc/pgx[Pgx] for v4.17+, so that SQL queries are reported as spans within the current transaction.