EHC ❯ REST method getSampledStatisticHistory doesn't include timestamp
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
-
-
hsingh
-
Reporter: gkeim
-
November 10, 2009
-
0
-
Watchers: 0
-
January 17, 2013
-
November 23, 2009
Description
getSampledStatisticHistory just returns a list of values without timestamps. If you wanted to create a graph of the history, you would have to fake it.
Comments
Steve Harris 2009-11-10
Geert Bevin 2009-11-11
Should be no problem at all, the info is available.
Himadri Singh 2009-11-24
The output is now
probe: address: 10.1.1.2 port: 7638 probeName: ProbeName_sampleCacheManager displayName: ProbeName_sampleCacheManager response: sample: value: 0.0 timestamp: 24/11/2009 23:37:15 sample: value: 0.0 timestamp: 24/11/2009 23:37:05 sample: value: 0.0 timestamp: 24/11/2009 23:36:55 sample: value: 0.0 timestamp: 24/11/2009 23:36:45 sample: value: 0.0 timestamp: 24/11/2009 23:36:35
The number of previous samples are limited to 5.
Is this something we can add in brisbane or is it too late?