metric-statistics API fails when monasca deployed using devstack and python is implementation lang
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Monasca |
Fix Committed
|
Low
|
Ryan |
Bug Description
Deployed monasca using devstack: https:/
and chose python as impl lang for monasca api and monasca persister,
Using the monasca list statistics API , get an error: {"error":"error parsing query: aggregate functions with GROUP BY time require a WHERE time clause"}
When doing the same using the monasca CLI, monasca -d metric-statistics, get an error -
File "/opt/monasca/
column_names = metric[
KeyError: 0
These are the versions of monasca packages:
monasca-
monasca-
monasca-
monasca-
monasca-
python-
With impl lang as java, this error is not seen..
summary: |
metric-statistics API fails when monasca deployed using devstack and - python is implementatio lang + python is implementation lang |
description: | updated |
description: | updated |
Changed in monasca: | |
status: | In Progress → Fix Committed |
Ryan Brandt will take a look at this and see if we can resolve.