Skip to content

Commit 43b99bb

Browse files
authored
DOC-14540 Product Change- PR #151414 - tracing, sql: add Jaeger output option for transaction traces
In query-behavior-troubleshooting.md, added cluster settings sql.trace.txn.include_internal.enabled and sql.trace.txn.jaeger_json_output.enabled to Trace sampling and emission section.
1 parent fb573cb commit 43b99bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/current/v25.4/query-behavior-troubleshooting.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ To emit a trace to the logs, the following conditions must be met:
127127

128128
This approach minimizes overhead by tracing a fraction of the workload and emitting traces only for potentially relevant transactions.
129129

130+
Additional [cluster settings]({% link {{ page.version.version }}/cluster-settings.md %}) that control trace emission are:
131+
132+
- `sql.trace.txn.include_internal.enabled`: Enables inclusion of internal transactions in probabilistic transaction tracing and latency-based logging. This setting is enabled by default. Set this to `false` to omit internal transactions and reduce noise when debugging user workloads.
133+
- `sql.trace.txn.jaeger_json_output.enabled`: Enables output of transaction traces in Jaeger-compatible JSON format for easier ingestion by observability tools. This setting is disabled by default.
134+
130135
#### Trace configuration example
131136

132137
To configure the trace sampling probability and duration, set the following cluster settings:

0 commit comments

Comments
 (0)