You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@ title: "JMX Exporter"
3
3
weight: 1
4
4
---
5
5
6
-
The JMX Exporter is a collector to capture JMX MBean values.
6
+
The JMX Exporter is a collector to capture JMX MBean values collects JMX MBean values.
7
7
8
8
### Java Agent
9
9
10
-
The JMX Exporter Java agent provides access to JMX metrics running as a Java agent within your application.
10
+
The JMX Exporter Java agent runs as a Java agent within your application.
11
11
12
12
**Use of the JMX Exporter Java agent is strongly encouraged due to the complex application RMI configuration required when running the Standalone JMX Exporter.**
13
13
14
14
### Standalone
15
15
16
-
The Standalone JMX Exporter runs as a separate application that connects to your application using RMI and collects JMX MBean metrics.
16
+
The Standalone JMX Exporter runs as a separate application that connects to your application using RMI and collects JMX MBean values.
0 commit comments