We would like to measure the difference in polled values and trend that statistic. An example is the Java Garbage Collection Time metric. This is a constantly increasing value, as it tracks total collection time since the JVM started. What we would like to measure is the difference between the last polled value and the current polled value. This would let us know if Garbage Collection is taking an excessive amount of time.