Skip to content

Commit 6dc2293

Browse files
authored
Merge pull request #121864 from ivanthewebber/patch-1
Add Missing Information to JMX Metrics Page
2 parents d2dacb5 + 2076f41 commit 6dc2293

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
@@ -14,7 +14,7 @@ Application Insights Java 3.x collects some of the Java Management Extensions (J
1414

1515
## How do I collect extra JMX metrics?
1616

17-
JMX metrics collection can be configured by adding a ```"jmxMetrics"``` section to the applicationinsights.json file. Enter a name for the metric as you want it to appear in Azure portal in application insights resource. Object name and attribute are required for each of the metrics you want collected.
17+
JMX metrics collection can be configured by adding a ```"jmxMetrics"``` section to the applicationinsights.json file. Enter a name for the metric as you want it to appear in Azure portal in application insights resource. Object name and attribute are required for each of the metrics you want collected. You may use `*` in object names for glob-style wildcard ([details](/azure/azure-monitor/app/java-standalone-config#java-management-extensions-metrics)).
1818

1919
## How do I know what metrics are available to configure?
2020

0 commit comments

Comments
 (0)