2 Replies Latest reply on Sep 13, 2012 12:34 PM by genman

    Display of epoch_milliseconds, epoch_seconds values supported?

    genman

      It appears setting the units for a measurement to 'epoch_milliseconds' doesn't format the value as an actual date/time when the value is displayed.

       

        <metric property="lastProcessDate"
                dataType="measurement"
                description="last processing date"
                units="epoch_seconds"
                displayType="summary"
                category="performance" />

       

      I'm guessing there is some code missing in here to do the format:

       

      enterprise/gui/coregui/src/main/java/org/rhq/enterprise/gui/coregui/client/util/MeasurementConverterClient.java

       

      I do see some code in:

       

      enterprise/gui/portal-war/src/main/java/org/rhq/enterprise/gui/legacy/util/MonitorUtils.java

       

      but it seems like this is no longer used?

       

      I can open a bug if that's helpful.