Skip to content

Commit 5b5d11b

Browse files
authored
Update articles/azure-monitor/app/java-jmx-metrics-configuration.md
1 parent a7baf4a commit 5b5d11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/java-jmx-metrics-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ JMX metrics collection can be configured by adding a ```"jmxMetrics"``` section
2121

2222
You nailed it - you must know the object names and the attributes, those properties are different for various libraries, frameworks, and application servers, and are often not well documented. Luckily, it's easy to find exactly what JMX metrics are supported for your particular environment.
2323

24-
To view the available metrics, set `selfDiagnostics` to `DEBUG` in your `applicaitoninsight.json` configuration file, for example:
24+
To view the available metrics, set the self-diagnostics level to `DEBUG` in your `applicationinsights.json` configuration file, for example:
2525

2626
```json
2727
"selfDiagnostics": {

0 commit comments

Comments
 (0)