3 Replies Latest reply on Jul 7, 2014 10:33 AM by john.sanda

    Metrics aggregation - how to support aggregation of old data

    genman

      I have metrics data that is using a timestamp that may be a few hours old. The agent resource is gathering data from a reporting database that has older data, not of the current hour.

       

      The problem is that the aggregation routine seems to ignore data that's not of the current past hour. Obviously, this may be outside of the scope of the design for the aggregation system, but might be something worth supporting, if it is easy to support this in the code.

       

      My initial thought is that it isn't easy to support. The reason is that the data insert time would need to be tracked and this would mean a change in schema, etc.