Modify property names used to enable and configure UIMA AS Jmx Monitor
-----------------------------------------------------------------------
Key: UIMA-1636
URL: https://issues.apache.org/jira/browse/UIMA-1636
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
Priority: Minor
Fix For: 2.3AS
To enable UIMA AS JMX monitor, a user can specify a formatter class and a
frequency at which stats are collected by the monitor using the following
system properties:
-Djmx.monitor.frequency=<value>
-Djmx.monitor.formatter=<custom formatter>
The name spaces used appear as if they are part of standard jmx spec which may
confuse users. Modify the name spaces to start with uima, like so:
-Duima.jmx.monitor.frequency=<value>
-Duima.jmx.monitor.formatter=<custom formatter>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.