Skip to content

Commit 59169c5

Browse files
authored
Update java-standalone-profiler.md
1 parent 8342d2f commit 59169c5

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
@@ -22,7 +22,7 @@ The Application Insights Java Profiler provides a system for:
2222

2323
The Application Insights Java profiler uses the JFR profiler provided by the JVM to record profiling data, allowing users to download the JFR recordings at a later time and analyze them to identify the cause of performance issues.
2424

25-
This data is gathered on demand when trigger conditions are met. The available triggers are thresholds over CPU usage, Memory consumption, and Request (service-level agreement triggers). Request triggers monitor Spans generated by Open Telemetry and allow the user to configure service-level agreement (SLA) requirements over the duration of those Spans.
25+
This data is gathered on demand when trigger conditions are met. The available triggers are thresholds over CPU usage, Memory consumption, and Request (service-level agreement triggers). Request triggers monitor Spans generated by OpenTelemetry and allow the user to configure service-level agreement (SLA) requirements over the duration of those Spans.
2626

2727
When a threshold is reached, a profile of the configured type and duration is gathered and uploaded. This profile is then visible within the performance pane of the associated Application Insights Portal UI.
2828

@@ -171,22 +171,22 @@ Example configuration:
171171

172172
- `profile-without-env-data` (default value). A profile with certain sensitive events disabled, see Warning section for details.
173173
- `profile`. Uses the `profile.jfc` configuration that ships with JFR.
174-
- A path to a custom jfc configuration file on the file system, i.e `/tmp/myconfig.jfc`.
174+
- A path to a custom jfc configuration file on the file system, for example, `/tmp/myconfig.jfc`.
175175

176176
`cpuTriggeredSettings` This configuration is used if a cpu profile is requested.
177177
This value can be one of:
178178

179179
- `profile-without-env-data` (default value). A profile with certain sensitive events disabled, see Warning section for details.
180180
- `profile`. Uses the `profile.jfc` jfc configuration that ships with JFR.
181-
- A path to a custom jfc configuration file on the file system, i.e `/tmp/myconfig.jfc`.
181+
- A path to a custom jfc configuration file on the file system, for example, `/tmp/myconfig.jfc`.
182182

183183
`manualTriggeredSettings` This configuration is used if a manual profile is requested.
184184
This value can be one of:
185185

186186
- `profile-without-env-data` (default value). A profile with certain sensitive events disabled, see
187187
Warning section for details.
188188
- `profile`. Uses the `profile.jfc` jfc configuration that ships with JFR.
189-
- A path to a custom jfc configuration file on the file system, i.e `/tmp/myconfig.jfc`.
189+
- A path to a custom jfc configuration file on the file system, for example, `/tmp/myconfig.jfc`.
190190

191191
`enableRequestTriggering` Whether JFR profiling should be triggered based on request configuration.
192192
This value can be one of:

0 commit comments

Comments
 (0)