|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use MonitorPlugin | |
|---|---|
| de.is24.util.monitoring | |
| de.is24.util.monitoring.statsd | |
| Uses of MonitorPlugin in de.is24.util.monitoring |
|---|
| Classes in de.is24.util.monitoring that implement MonitorPlugin | |
|---|---|
class |
AbstractMonitorPlugin
Plugin base class with suitable equals and hashCode implementations and default handling for HighRate and SingleEvent. |
class |
CorePlugin
This plugin represents the former core functionality of InApplicationMonitor, on a way to a more flexible implementation by plugins, to simplify testing and the first step on the way fo a more dependency injection friendly implementation. |
| Fields in de.is24.util.monitoring with type parameters of type MonitorPlugin | |
|---|---|
private CopyOnWriteArrayList<MonitorPlugin> |
InApplicationMonitor.plugins
|
| Methods in de.is24.util.monitoring with parameters of type MonitorPlugin | |
|---|---|
void |
InApplicationMonitor.registerPlugin(MonitorPlugin plugin)
Register a plugin to able to hook into monitoring with your own monitor. |
| Uses of MonitorPlugin in de.is24.util.monitoring.statsd |
|---|
| Classes in de.is24.util.monitoring.statsd that implement MonitorPlugin | |
|---|---|
class |
StatsdPlugin
InApplicationMonitor plugin. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||