Skip to content

Commit 6de3177

Browse files
committed
NH-65373: add SW_APM_TRANSACTION_NAME to configuration.md
1 parent 37f11c0 commit 6de3177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONFIGURATION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ Environment Variable | Config File Key | Description | Default
162162
`SW_APM_TAG_SQL` | `:tag_sql` | Enable/disable injecting trace context into supported SQL statements. Set to boolean true or (or string `true` in env var) to enable, see [Tag Query with Trace Context](#tag-query-with-trace-context) for details.| false
163163
`SW_APM_TRIGGER_TRACING_MODE` | `:trigger_tracing_mode` | Enable/disable trigger tracing for the service. Setting to `disabled` may impact DEM visibility into the service. | `enabled`
164164
`SW_APM_TRUSTEDPATH` | N/A | The library uses the host system's default trusted CA certificates to verify the TLS connection to the collector. To override the default, define the trusted certificate path configuration option with an absolute path to a specific trusted certificate file in PEM format. | None
165+
`SW_APM_TRANSACTION_NAME` | N/A | Customize the transaction name of trace. _Predecessor order_: custom SDK > `SW_APM_TRANSACTION_NAME` > automatic naming | None
165166
N/A | `:log_args` | Enable/disable the collection of URL query parameters, set to boolean false to disable. | true
166167
N/A | `:log_traceId` | Configure the insertion of trace context into application logs, setting `:traced` would include the available context fields such as trace_id, span_id into log messages. | `:never`
167168
N/A | `:tracing_mode` | Enable/disable the tracing mode for this service, setting `:disabled` would suppress all trace spans and metrics. | `:enabled`

0 commit comments

Comments
 (0)