Skip to content

Commit c68265c

Browse files
committed
added jmx image to documentation
1 parent 7247152 commit c68265c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/automon-tutorial.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,13 @@ org.mypackage.MyBasicContextTracingAspect.enableLogging=false
187187

188188
### JMX Integration
189189

190-
Automon provides JMX integration for runtime configuration. You can use JConsole or any other JMX client to enable/disable aspects or change the OpenMon implementation at runtime.
190+
Automon provides JMX integration for runtime configuration. You can use JConsole or any other JMX client to enable/disable aspects, enable/disable logging or change the OpenMon implementation at runtime depending on the type of
191+
aspect under management.
191192

193+
For example the following screen snapshot shows two different Automon aspects that can be enabled/disabled at runtime
194+
(`request_id_native` which adds a unique request id to a trace and `trace_log_basic_context_spring` that adds other
195+
context to the trace such as the method being invoked). Logging can also be enabled/disabled at runtime for any tracing aspect.
196+
![Automon JMX Example](https://github.com/stevensouza/automon/blob/master/docs/automon_jmx.png)
192197
To enable JMX, add the following system property when running your application:
193198

194199
```bash

docs/automon_jmx.png

191 KB
Loading

0 commit comments

Comments
 (0)