monasca metric-statistics not displaying data that is there

Bug #1426565 reported by Bradley Klein
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Monasca
Fix Released
High
Joe Keen

Bug Description

This is with influxdb 0.9.0 RC5

BKlein-MBPro:~ BKlein$ monasca metric-statistics cpu.idle_perc AVG "2014-08-20T21:16:05Z"
+---------------+------------+------+------+
| name | dimensions | time | mean |
+---------------+------------+------+------+
| cpu.idle_perc | | | |
+---------------+------------+------+------+

...but data is there -- see debug output

BKlein-MBPro:~ BKlein$ monasca --debug metric-statistics cpu.idle_perc AVG "2014-08-20T21:16:05Z"
DEBUG (v3:125) Making authentication request to http://dev02.os.cloud.twc.net:5000/v3/auth/tokens
INFO (connectionpool:203) Starting new HTTP connection (1): dev02.os.cloud.twc.net
DEBUG (connectionpool:383) "POST /v3/auth/tokens HTTP/1.1" 201 7465
DEBUG (iso8601:184) Parsed 2015-02-27T22:53:26.262999Z into {'tz_sign': None, 'second_fraction': u'262999', 'hour': u'22', 'daydash': u'27', 'tz_hour': None, 'month': None, 'timezone': u'Z', 'second': u'26', 'tz_minute': None, 'year': u'2015', 'separator': u'T', 'monthdash': u'02', 'day': None, 'minute': u'53'} with default timezone <iso8601.iso8601.Utc object at 0x105f0ff50>
DEBUG (iso8601:140) Got u'2015' for 'year' with default None
DEBUG (iso8601:140) Got u'02' for 'monthdash' with default 1
DEBUG (iso8601:140) Got 2 for 'month' with default 2
DEBUG (iso8601:140) Got u'27' for 'daydash' with default 1
DEBUG (iso8601:140) Got 27 for 'day' with default 27
DEBUG (iso8601:140) Got u'22' for 'hour' with default None
DEBUG (iso8601:140) Got u'53' for 'minute' with default None
DEBUG (iso8601:140) Got u'26' for 'second' with default None
curl -i -X GET -H 'X-Auth-User: admin' -H 'X-Auth-Token: REDACTED' -H 'X-Region-Name: dev02' -H 'X-Auth-Key: REDACTED' -H 'Accept: application/json' -H 'User-Agent: python-monascaclient' -H 'Content-Type: application/json' http://dev02.os.cloud.twc.net:8082/v2.0/metrics/statistics?start_time=2014-08-20T21%3A16%3A05Z&statistics=AVG&name=cpu.idle_perc
DEBUG (http:113) curl -i -X GET -H 'X-Auth-User: admin' -H 'X-Auth-Token: REDACTED' -H 'X-Region-Name: dev02' -H 'X-Auth-Key: REDACTED' -H 'Accept: application/json' -H 'User-Agent: python-monascaclient' -H 'Content-Type: application/json' http://dev02.os.cloud.twc.net:8082/v2.0/metrics/statistics?start_time=2014-08-20T21%3A16%3A05Z&statistics=AVG&name=cpu.idle_perc
INFO (connectionpool:203) Starting new HTTP connection (1): dev02.os.cloud.twc.net
DEBUG (connectionpool:383) "GET /v2.0/metrics/statistics?start_time=2014-08-20T21%3A16%3A05Z&statistics=AVG&name=cpu.idle_perc HTTP/1.1" 200 None

HTTP/1.1 200 OK
date: Fri, 27 Feb 2015 21:53:26 GMT
transfer-encoding: chunked
vary: Accept-Encoding
content-type: application/json
content-encoding: gzip

[{"name":"cpu.idle_perc","dimensions":{},"columns":["time","mean"],"statistics":[["2015-02-27T13:45:00Z","72.04642857142856"],["2015-02-27T13:50:00Z","82.51666666666667"],["2015-02-27T13:55:00Z","77.09333333333335"],["2015-02-27T14:00:00Z","79.94473684210529"],["2015-02-27T14:05:00Z","85.23611111111114"],["2015-02-27T14:10:00Z","85.12266666666667"],["2015-02-27T14:15:00Z","84.67702702702704"],["2015-02-27T14:20:00Z","85.31621621621623"],["2015-02-27T14:25:00Z","79.64533333333334"],["2015-02-27T14:30:00Z","79.67162162162164"],["2015-02-27T14:35:00Z","85.20821917808219"],["2015-02-27T14:40:00Z","85.26710526315787"],["2015-02-27T14:45:00Z","84.92297297297296"],["2015-02-27T14:50:00Z","85.47260273972604"],["2015-02-27T14:55:00Z","80.16266666666664"],["2015-02-27T15:00:00Z","79.89466666666668"],["2015-02-27T15:05:00Z","85.41780821917811"],["2015-02-27T15:10:00Z","84.98918918918918"],["2015-02-27T15:15:00Z","85.13466666666665"],["2015-02-27T15:20:00Z","85.42702702702701"],["2015-02-27T15:25:00Z","79.19729729729728"],["2015-02-27T15:30:00Z","80.33733333333332"],["2015-02-27T15:35:00Z","85.2945205479452"],["2015-02-27T15:40:00Z","83.92933333333332"],["2015-02-27T15:45:00Z","82.63333333333333"],["2015-02-27T15:50:00Z","85.23194444444447"],["2015-02-27T15:55:00Z","79.51733333333333"],["2015-02-27T16:00:00Z","79.57105263157897"],["2015-02-27T16:05:00Z","85.27638888888889"],["2015-02-27T16:10:00Z","85.20266666666669"],["2015-02-27T16:15:00Z","85.20133333333334"],["2015-02-27T16:20:00Z","85.38767123287676"],["2015-02-27T16:25:00Z","79.69733333333336"],["2015-02-27T16:30:00Z","79.8608108108108"],["2015-02-27T16:35:00Z","85.16575342465752"],["2015-02-27T16:40:00Z","85.4592105263158"],["2015-02-27T16:45:00Z","85.10810810810813"],["2015-02-27T16:50:00Z","83.85616438356163"],["2015-02-27T16:55:00Z","76.30666666666666"],["2015-02-27T17:00:00Z","77.71199999999999"],["2015-02-27T17:05:00Z","85.11232876712327"],["2015-02-27T17:10:00Z","85.2413333333333"],["2015-02-27T17:15:00Z","84.86351351351355"],["2015-02-27T17:20:00Z","85.52972972972975"],["2015-02-27T17:25:00Z","79.25000000000001"],["2015-02-27T17:30:00Z","82.44533333333335"],["2015-02-27T17:35:00Z","85.16164383561643"],["2015-02-27T17:40:00Z","84.96533333333333"],["2015-02-27T17:45:00Z","84.90133333333331"],["2015-02-27T17:50:00Z","85.40410958904111"],["2015-02-27T17:55:00Z","79.65135135135135"],["2015-02-27T18:00:00Z","82.5578947368421"],["2015-02-27T18:05:00Z","85.08493150684929"],["2015-02-27T18:10:00Z","84.99999999999996"],["2015-02-27T18:15:00Z","84.63200000000002"],["2015-02-27T18:20:00Z","85.05753424657533"],["2015-02-27T18:25:00Z","79.212"],["2015-02-27T18:30:00Z","82.64133333333336"],["2015-02-27T18:35:00Z","84.78611111111113"],["2015-02-27T18:40:00Z","85.36710526315791"],["2015-02-27T18:45:00Z","85.00800000000001"],["2015-02-27T18:50:00Z","85.11805555555554"],["2015-02-27T18:55:00Z","79.9106666666667"],["2015-02-27T19:00:00Z","82.82533333333335"],["2015-02-27T19:05:00Z","85.41369863013698"],["2015-02-27T19:10:00Z","85.00533333333334"],["2015-02-27T19:15:00Z","84.67162162162161"],["2015-02-27T19:20:00Z","85.00135135135137"],["2015-02-27T19:25:00Z","79.024"],["2015-02-27T19:30:00Z","81.99594594594596"],["2015-02-27T19:35:00Z","85.09178082191781"],["2015-02-27T19:40:00Z","85.11184210526316"],["2015-02-27T19:45:00Z","84.59459459459455"],["2015-02-27T19:50:00Z","84.98904109589037"],["2015-02-27T19:55:00Z","79.05540540540542"],["2015-02-27T20:00:00Z","81.83289473684212"],["2015-02-27T20:05:00Z","85.28082191780824"],["2015-02-27T20:10:00Z","84.4472972972973"],["2015-02-27T20:15:00Z","84.54933333333334"],["2015-02-27T20:20:00Z","85.83918918918921"],["2015-02-27T20:25:00Z","80.47567567567567"],["2015-02-27T20:30:00Z","82.23466666666663"],["2015-02-27T20:35:00Z","85.17945205479448"],["2015-02-27T20:40:00Z","84.85866666666666"],["2015-02-27T20:45:00Z","84.24133333333332"],["2015-02-27T20:50:00Z","86.82083333333333"],["2015-02-27T20:55:00Z","79.85866666666665"],["2015-02-27T21:00:00Z","82.19473684210527"],["2015-02-27T21:05:00Z","85.00138888888887"],["2015-02-27T21:10:00Z","84.54799999999999"],["2015-02-27T21:15:00Z","83.62837837837839"],["2015-02-27T21:20:00Z","84.95479452054796"],["2015-02-27T21:25:00Z","79.21466666666666"],["2015-02-27T21:30:00Z","82.24933333333333"],["2015-02-27T21:35:00Z","84.75555555555553"],["2015-02-27T21:40:00Z","85.06710526315788"],["2015-02-27T21:45:00Z","85.2333333333333"],["2015-02-27T21:50:00Z","85.6068181818182"]]}]

DEBUG (http:126)
HTTP/1.1 200 OK
date: Fri, 27 Feb 2015 21:53:26 GMT
transfer-encoding: chunked
vary: Accept-Encoding
content-type: application/json
content-encoding: gzip

[{"name":"cpu.idle_perc","dimensions":{},"columns":["time","mean"],"statistics":[["2015-02-27T13:45:00Z","72.04642857142856"],["2015-02-27T13:50:00Z","82.51666666666667"],["2015-02-27T13:55:00Z","77.09333333333335"],["2015-02-27T14:00:00Z","79.94473684210529"],["2015-02-27T14:05:00Z","85.23611111111114"],["2015-02-27T14:10:00Z","85.12266666666667"],["2015-02-27T14:15:00Z","84.67702702702704"],["2015-02-27T14:20:00Z","85.31621621621623"],["2015-02-27T14:25:00Z","79.64533333333334"],["2015-02-27T14:30:00Z","79.67162162162164"],["2015-02-27T14:35:00Z","85.20821917808219"],["2015-02-27T14:40:00Z","85.26710526315787"],["2015-02-27T14:45:00Z","84.92297297297296"],["2015-02-27T14:50:00Z","85.47260273972604"],["2015-02-27T14:55:00Z","80.16266666666664"],["2015-02-27T15:00:00Z","79.89466666666668"],["2015-02-27T15:05:00Z","85.41780821917811"],["2015-02-27T15:10:00Z","84.98918918918918"],["2015-02-27T15:15:00Z","85.13466666666665"],["2015-02-27T15:20:00Z","85.42702702702701"],["2015-02-27T15:25:00Z","79.19729729729728"],["2015-02-27T15:30:00Z","80.33733333333332"],["2015-02-27T15:35:00Z","85.2945205479452"],["2015-02-27T15:40:00Z","83.92933333333332"],["2015-02-27T15:45:00Z","82.63333333333333"],["2015-02-27T15:50:00Z","85.23194444444447"],["2015-02-27T15:55:00Z","79.51733333333333"],["2015-02-27T16:00:00Z","79.57105263157897"],["2015-02-27T16:05:00Z","85.27638888888889"],["2015-02-27T16:10:00Z","85.20266666666669"],["2015-02-27T16:15:00Z","85.20133333333334"],["2015-02-27T16:20:00Z","85.38767123287676"],["2015-02-27T16:25:00Z","79.69733333333336"],["2015-02-27T16:30:00Z","79.8608108108108"],["2015-02-27T16:35:00Z","85.16575342465752"],["2015-02-27T16:40:00Z","85.4592105263158"],["2015-02-27T16:45:00Z","85.10810810810813"],["2015-02-27T16:50:00Z","83.85616438356163"],["2015-02-27T16:55:00Z","76.30666666666666"],["2015-02-27T17:00:00Z","77.71199999999999"],["2015-02-27T17:05:00Z","85.11232876712327"],["2015-02-27T17:10:00Z","85.2413333333333"],["2015-02-27T17:15:00Z","84.86351351351355"],["2015-02-27T17:20:00Z","85.52972972972975"],["2015-02-27T17:25:00Z","79.25000000000001"],["2015-02-27T17:30:00Z","82.44533333333335"],["2015-02-27T17:35:00Z","85.16164383561643"],["2015-02-27T17:40:00Z","84.96533333333333"],["2015-02-27T17:45:00Z","84.90133333333331"],["2015-02-27T17:50:00Z","85.40410958904111"],["2015-02-27T17:55:00Z","79.65135135135135"],["2015-02-27T18:00:00Z","82.5578947368421"],["2015-02-27T18:05:00Z","85.08493150684929"],["2015-02-27T18:10:00Z","84.99999999999996"],["2015-02-27T18:15:00Z","84.63200000000002"],["2015-02-27T18:20:00Z","85.05753424657533"],["2015-02-27T18:25:00Z","79.212"],["2015-02-27T18:30:00Z","82.64133333333336"],["2015-02-27T18:35:00Z","84.78611111111113"],["2015-02-27T18:40:00Z","85.36710526315791"],["2015-02-27T18:45:00Z","85.00800000000001"],["2015-02-27T18:50:00Z","85.11805555555554"],["2015-02-27T18:55:00Z","79.9106666666667"],["2015-02-27T19:00:00Z","82.82533333333335"],["2015-02-27T19:05:00Z","85.41369863013698"],["2015-02-27T19:10:00Z","85.00533333333334"],["2015-02-27T19:15:00Z","84.67162162162161"],["2015-02-27T19:20:00Z","85.00135135135137"],["2015-02-27T19:25:00Z","79.024"],["2015-02-27T19:30:00Z","81.99594594594596"],["2015-02-27T19:35:00Z","85.09178082191781"],["2015-02-27T19:40:00Z","85.11184210526316"],["2015-02-27T19:45:00Z","84.59459459459455"],["2015-02-27T19:50:00Z","84.98904109589037"],["2015-02-27T19:55:00Z","79.05540540540542"],["2015-02-27T20:00:00Z","81.83289473684212"],["2015-02-27T20:05:00Z","85.28082191780824"],["2015-02-27T20:10:00Z","84.4472972972973"],["2015-02-27T20:15:00Z","84.54933333333334"],["2015-02-27T20:20:00Z","85.83918918918921"],["2015-02-27T20:25:00Z","80.47567567567567"],["2015-02-27T20:30:00Z","82.23466666666663"],["2015-02-27T20:35:00Z","85.17945205479448"],["2015-02-27T20:40:00Z","84.85866666666666"],["2015-02-27T20:45:00Z","84.24133333333332"],["2015-02-27T20:50:00Z","86.82083333333333"],["2015-02-27T20:55:00Z","79.85866666666665"],["2015-02-27T21:00:00Z","82.19473684210527"],["2015-02-27T21:05:00Z","85.00138888888887"],["2015-02-27T21:10:00Z","84.54799999999999"],["2015-02-27T21:15:00Z","83.62837837837839"],["2015-02-27T21:20:00Z","84.95479452054796"],["2015-02-27T21:25:00Z","79.21466666666666"],["2015-02-27T21:30:00Z","82.24933333333333"],["2015-02-27T21:35:00Z","84.75555555555553"],["2015-02-27T21:40:00Z","85.06710526315788"],["2015-02-27T21:45:00Z","85.2333333333333"],["2015-02-27T21:50:00Z","85.6068181818182"]]}]

+---------------+------------+------+------+
| name | dimensions | time | mean |
+---------------+------------+------+------+
| cpu.idle_perc | | | |
+---------------+------------+------+------+

Allan G (greental)
Changed in monasca:
status: New → Triaged
importance: Undecided → High
assignee: nobody → Cindy O'Neill (oneilcin)
Revision history for this message
Joe Keen (jkeen) wrote :

Fixed with python-monascaclient version 1.0.17

Changed in monasca:
assignee: Cindy O'Neill (oneilcin) → Joe Keen (jkeen)
status: Triaged → Fix Committed
Dirk Mueller (dmllr)
Changed in monasca:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.