Skip to content

Commit

Permalink
Remove the mention of JMX from the included connectors (#527)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Streese <max.streese@ttmzero.com>
  • Loading branch information
maxstreese committed Feb 13, 2020
1 parent a814b67 commit 7259307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class YourClass {

## Included Collectors

The Java client includes collectors for garbage collection, memory pools, JMX, classloading, and thread counts.
The Java client includes collectors for garbage collection, memory pools, classloading, and thread counts.
These can be added individually or just use the `DefaultExports` to conveniently register them.

```java
Expand Down

0 comments on commit 7259307

Please sign in to comment.