Skip to content

Commit

Permalink
Merge pull request #13725 from msayao-nr/patch-4
Browse files Browse the repository at this point in the history
Update thread-profiler-tool.mdx to show Java-specific notes
  • Loading branch information
nbaenam committed Jun 28, 2023
2 parents b95c374 + 9f8ad3e commit 32a1f56
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/content/docs/apm/apm-ui-pages/events/thread-profiler-tool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,40 @@ The page color-codes the tree results:
Depending on which agent you use, the thread profiling feature has additional considerations.

<CollapserGroup>
<Collapser
id="java"
title="Java-specific notes"
>
When using thread profiling with the Java agent, be aware of the following.

<table>
<thead>
<tr>
<th width={200}>
**Java agent**
</th>

<th>
**Thread profiler notes**
</th>
</tr>
</thead>

<tbody>
<tr>
<td>
Tree settings show **Other** category only
</td>

<td>
All threads are put in the **Other** category. The **Web Request** and **Background** categories are not supported.
</td>
</tr>

</tbody>
</table>
</Collapser>

<Collapser
id="net"
title=".NET-specific notes"
Expand Down

0 comments on commit 32a1f56

Please sign in to comment.