poppy/poppy/metrics
amitgandhinz d4db47d635 Sorts the metrics results by timestamp and changes the format
The results are now returned as a list of dictionary items:

[
 {
  "timestamp": "2016-05-01T13:00:00",
  "count": 45
 },
 ...
]

Change-Id: Iccdfaf4503bc0499b2c39f9aa3f4991f28c4ec65
2016-05-09 15:46:53 -04:00
..
base feat: addition of the BlueFlood Client 2016-02-02 10:51:28 -05:00
blueflood Sorts the metrics results by timestamp and changes the format 2016-05-09 15:46:53 -04:00
__init__.py feat: Driver for Metrics 2016-01-22 12:17:19 -05:00