From 19f4d4430c6877d0d1b24ffd4b57b60cf8bde2fd Mon Sep 17 00:00:00 2001 From: Gil Raphaelli Date: Wed, 18 Jan 2023 15:22:14 -0500 Subject: [PATCH] indent new apmpgx docs --- 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.