Skip to content

Commit 2df293c

Browse files
Merge pull request #211798 from AaronMaxwell/aaronmax-java-profiler-link-fixes
Fixing a couple of links going to a private repo
2 parents 783e2e7 + c3a9841 commit 2df293c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/app/java-standalone-profiler.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,13 @@ JFR recording can be viewed and analyzed with your preferred tool, for example [
204204

205205
On-demand is user triggered profiling in real-time whereas automatic profiling is with preconfigured triggers.
206206

207-
Use [Profile Now](https://github.com/johnoliver/azure-docs-pr/blob/add-java-profiler-doc/articles/azure-monitor/profiler/profiler-settings.md) for the on-demand profiling option. [Profile Now](https://github.com/johnoliver/azure-docs-pr/blob/add-java-profiler-doc/articles/azure-monitor/profiler/profiler-settings.md) will immediately profile all agents attached to the Application Insights instance.
208-
207+
Use [Profile Now](../profiler/profiler-settings.md) for the on-demand profiling option. [Profile Now](../profiler/profiler-settings.md) will immediately profile all agents attached to the Application Insights instance.
208+
209209
Automated profiling is triggered a breach in a resource threshold.
210-
210+
211211
### Which Java profiling triggers can I configure?
212212
Application Insights Java Agent currently supports monitoring of CPU and memory consumption. CPU threshold is configured as a percentage of all available cores on the machine. Memory is the current Tenured memory region (OldGen) occupancy against the maximum possible size of the region.
213-
213+
214214
### What are the required prerequisites to enable Java Profiling?
215215

216216
Review the [Pre-requisites](#prerequisites) at the top of this article.

0 commit comments

Comments
 (0)