Skip to content

Commit 180d1c6

Browse files
committed
edits
1 parent 4aa028f commit 180d1c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ If you want to collect some other Java Management Extensions (JMX) metrics:
209209
In the preceding configuration example:
210210

211211
* `name` is the metric name that is assigned to this JMX metric (can be anything).
212-
* `objectName` is the [Object Name](https://docs.oracle.com/javase/8/docs/api/javax/management/ObjectName.html) of the `JMX MBean` that you want to collect.Wildcard character asterisk (*) is supported.
212+
* `objectName` is the [Object Name](https://docs.oracle.com/javase/8/docs/api/javax/management/ObjectName.html) of the `JMX MBean` that you want to collect. Wildcard character asterisk (*) is supported.
213213
* `attribute` is the attribute name inside of the `JMX MBean` that you want to collect.
214214

215215
Numeric and Boolean JMX metric values are supported. Boolean JMX metrics are mapped to `0` for false and `1` for true.
@@ -251,7 +251,7 @@ Starting with version 3.2.0, you can set a custom dimension programmatically on
251251
}
252252
```
253253

254-
And then at the beginning of each request, call:
254+
and then at the beginning of each request, call:
255255

256256
```java
257257
Span.current().setAttribute("mycustomer", "xyz");
@@ -322,7 +322,7 @@ add this property to your json configuration:
322322
}
323323
```
324324

325-
And add `applicationinsights-core` to your application:
325+
and add `applicationinsights-core` to your application:
326326

327327
```xml
328328
<dependency>
@@ -332,7 +332,7 @@ And add `applicationinsights-core` to your application:
332332
</dependency>
333333
```
334334

335-
And use the static `configure(String)` method in the class
335+
and use the static `configure(String)` method in the class
336336
`com.microsoft.applicationinsights.connectionstring.ConnectionString`.
337337

338338
> [!NOTE]

0 commit comments

Comments
 (0)