Runtime configuration.
Property | Default | Valid Values | Description |
---|---|---|---|
autoreload | false | boolean | If the value of autoreload is true the Jour will detect change in the file and apply the modifications to collection engine. |
elog.ON | false | boolean | false completely disables collection and output of monitoring information. |
elog.class | EventQueueLogger | EventQueueLogger or AsyncEventLogger |
Destination for profiling events. EventQueueLogger for real time monitoring. AsyncEventLogger for later processing |
AsyncEventLogger.queue.size | 128 | int | Number of event to store in in Queue before dispatching. |
AsyncEventLogger.dispatcher.destination | BulkEventFileWriter | BulkEventFileWriter | BulkEventJMSWriter | BulkEventLog4jWriter | Store events or send to JMS Topic. |
BulkEventFileWriter.dest_folder | . | full path | Location to store the trace files. |
BulkEventFileWriter.events_max | 1000 | long | Limit the file size to the given number of events. |
BulkEventFileWriter.max_lifetime_minutes | int | Limit the file size to duration of collection period | |
swingMonitor | false | boolean | Used togethere with EventQueueLogger to monitor event while application is running. |
There are more values to configure all documented in the file itself as comment.