From ef789bac74c91ae560339ea740ef5135f0dfd164 Mon Sep 17 00:00:00 2001 From: Mike Dame Date: Wed, 20 Nov 2024 12:50:20 -0500 Subject: [PATCH] Add env var to docs --- docs/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration.md b/docs/configuration.md index d449efb12..4b1000e18 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -27,6 +27,7 @@ Alternatively, you can add support for additional or different configurations by | Environment variable | Description | Default value | |-------------------------------------|--------------------------------------------------------|---------------| | `OTEL_GO_AUTO_INCLUDE_DB_STATEMENT` | Sets whether to include SQL queries in the trace data. | | +| `OTEL_GO_AUTO_INCLUDE_DB_OPERATION` | Sets whether to include SQL operation in the trace data. | | ## Traces exporter