You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/nlog.md
+19
Original file line number
Diff line number
Diff line change
@@ -30,3 +30,22 @@ In order to use them, you need to add the [Elastic.Apm.NLog](https://www.nuget.o
30
30
31
31
As you can see in the sample file above, you can reference the current transaction id with `${ElasticApmTransactionId}` and the trace id with `${ElasticApmTraceId}`.
32
32
33
+
## Alternate [alternate]
34
+
35
+
Rather than using a Layout Renderer such as `jsonlayout`, you may specify the Trace and Transaction ID in the Target Layout:
0 commit comments