Skip to content

Commit d995e1a

Browse files
committed
move overhead section lower in the overview
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 00107f5 commit d995e1a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/azure-monitor/snapshot-debugger/snapshot-debugger.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,6 @@ The following environments are supported:
4747
> [!NOTE]
4848
> Client applications (for example, WPF, Windows Forms, or UWP) aren't supported.
4949
50-
## Overhead
51-
52-
The Snapshot Debugger is designed for use in production environments. The default settings include rate limits to minimize the impact on your applications.
53-
54-
However, you may experience small CPU, memory, and I/O overhead associated with the Snapshot Debugger, such as:
55-
- When an exception is thrown in your application
56-
- If the exception handler decides to create a snapshot
57-
- When `TrackException` is called
58-
59-
There is **no additional cost** for storing data captured by Snapshot Debugger.
60-
61-
[See example scenarios in which you may experience Snapshot Debugger overhead.](./snapshot-debugger-troubleshoot.md#snapshot-debugger-overhead-scenarios)
62-
6350
## Prerequisites for using Snapshot Debugger
6451

6552
### Packages and configurations
@@ -120,6 +107,19 @@ While the Snapshot Debugger process continues to run and serve traffic to users
120107
121108
If you enabled the Snapshot Debugger but you aren't seeing snapshots, see the [Troubleshooting guide](snapshot-debugger-troubleshoot.md).
122109

110+
## Overhead
111+
112+
The Snapshot Debugger is designed for use in production environments. The default settings include rate limits to minimize the impact on your applications.
113+
114+
However, you may experience small CPU, memory, and I/O overhead associated with the Snapshot Debugger, such as:
115+
- When an exception is thrown in your application
116+
- If the exception handler decides to create a snapshot
117+
- When `TrackException` is called
118+
119+
There is **no additional cost** for storing data captured by Snapshot Debugger.
120+
121+
[See example scenarios in which you may experience Snapshot Debugger overhead.](./snapshot-debugger-troubleshoot.md#snapshot-debugger-overhead-scenarios)
122+
123123
## Limitations
124124

125125
This section discusses limitations for the Snapshot Debugger.

0 commit comments

Comments
 (0)