Hide Forgot
We support many unit types in the code - MeasurementUnits. However, for some reason, our rhq-configuration.xsd is missing some - so a plugin cannot use what the code actually supports. need to add to rhq-configuration.xsd to match what we support
will add the following units to the descriptor schema since they are supported by MeasurementUnits: petabytes, epoch_seconds, jiffys, microseconds
master commit c14cbc4 adds the four missing units. for QA to test, you can write a very simple plugin wiht just a descriptor that uses the four new units and makes sure you can add values to them with the appropriate unit specifiers (see MeasurementUnits for those - e.g. us=microseconds)
attaching a handwritten plugin that contains a plugin descriptor that uses all these new units of measure.
Created attachment 525592 [details] plugin used in verification
Created attachment 525593 [details] plugin descriptor used in verification
verified by writing a custom plugin (attached) that utilized all new units of measure. uploaded this plugin to RHQ, plugins update, and then created an alert using these new units of measure.
changing status of VERIFIED BZs for JON 2.4.2 and JON 3.0 to CLOSED/CURRENTRELEASE