Skip to content

Commit c304e93

Browse files
authored
Update articles/azure-monitor/app/java-jmx-metrics-configuration.md
1 parent fd016c8 commit c304e93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ You nailed it - you must know the object names and the attributes, those propert
2424
To view the available metrics, set the self-diagnostics level to `DEBUG` in your `applicationinsights.json` configuration file, for example:
2525

2626
```json
27-
"selfDiagnostics": {
27+
{
28+
"selfDiagnostics": {
2829
"level": "DEBUG"
2930
}
31+
}
3032
```
3133

3234
The available JMX metrics, with the object names and attribute names will appear in the application insights log file.

0 commit comments

Comments
 (0)