From 3e0c0c481993deda36504c4f5d8fd4c8fa9df1de Mon Sep 17 00:00:00 2001 From: dhantin <5728918+dhantin@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:48:59 -0700 Subject: [PATCH 1/2] Update transaction-traces-trace-details-page.mdx Update trace details page to add logs tab --- .../transaction-traces-trace-details-page.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/docs/apm/transactions/transaction-traces/transaction-traces-trace-details-page.mdx b/src/content/docs/apm/transactions/transaction-traces/transaction-traces-trace-details-page.mdx index 2940fb5301b..ded0859e6a2 100644 --- a/src/content/docs/apm/transactions/transaction-traces/transaction-traces-trace-details-page.mdx +++ b/src/content/docs/apm/transactions/transaction-traces/transaction-traces-trace-details-page.mdx @@ -412,4 +412,7 @@ When you select a segment, a pane opens up with three separate segment detail pa * **Foundational information**: View critical details like the segment's full name, data source, and relevant metadata. You can learn more in our [distributed tracing docs](/docs/distributed-tracing/ui-data/understand-use-distributed-tracing-ui/#prettified-span-names). * **Tailored insights**: Discover segment-specific information crucial for troubleshooting, such as the database query for datastore segments. -Segments display date based on its segment type. For example, a datastore segment's details will include the database query. \ No newline at end of file +4. Logs tab: + * **Examine logs**: With [logs in context](/docs/logs/logs-context/configure-logs-context-apm-agents/), you can see log messages related to your transaction trace directly in your app's UI. + +Segments display date based on its segment type. For example, a datastore segment's details will include the database query. From 5960d89a59b83e238716c1fd52ae800fd1d74b64 Mon Sep 17 00:00:00 2001 From: jcol <116673918+jeff-colucci@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:57:40 -0500 Subject: [PATCH 2/2] Update transaction-traces-trace-details-page.mdx Small style change --- .../transaction-traces-trace-details-page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/apm/transactions/transaction-traces/transaction-traces-trace-details-page.mdx b/src/content/docs/apm/transactions/transaction-traces/transaction-traces-trace-details-page.mdx index ded0859e6a2..591e7910fdb 100644 --- a/src/content/docs/apm/transactions/transaction-traces/transaction-traces-trace-details-page.mdx +++ b/src/content/docs/apm/transactions/transaction-traces/transaction-traces-trace-details-page.mdx @@ -415,4 +415,4 @@ When you select a segment, a pane opens up with three separate segment detail pa 4. Logs tab: * **Examine logs**: With [logs in context](/docs/logs/logs-context/configure-logs-context-apm-agents/), you can see log messages related to your transaction trace directly in your app's UI. -Segments display date based on its segment type. For example, a datastore segment's details will include the database query. +Segments display date based on the segment type. For example, a datastore segment's details will include the database query.