Annotation Interface Configuration
public @interface Configuration
Configuration properties for the metrics implementation. Karaf's OSGi ConfigAdmin service, sets this from the
 etc/org.opendaylight.serviceutils.metrics.cfg configuration file.
- Author:
 - Michael Vorburger.ch
 
- 
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionintintintintint 
- 
Element Details
- 
threadsWatcherIntervalMS
int threadsWatcherIntervalMS- Default:
 - 0
 
 - 
maxThreads
int maxThreads- Default:
 - 1000
 
 - 
fileReporterIntervalSecs
int fileReporterIntervalSecs- Default:
 - 0
 
 - 
maxThreadsMaxLogIntervalSecs
int maxThreadsMaxLogIntervalSecs- Default:
 - 60
 
 - 
deadlockedThreadsMaxLogIntervalSecs
int deadlockedThreadsMaxLogIntervalSecs- Default:
 - 60
 
 
 -