monasca-api/monasca_api/common/repositories/influxdb
Monasca CI 11b30ddb37 Fix Metric Statistics period call
Default InfluxDB behaviour is to return a timestamp with no value for
each time period requested. Since we remove those from the return value,
this behaviour breaks pagination because it thinks we hit the limit
but we returned nothing. With fill(none), Influx will not return a
timestamp for a period with no value, which fixes limit and pagination.

Change-Id: I81a7d3610541ef4b333b11e54136ad1cc516687a
Story: 2001457
Task: 6169
2018-01-17 09:54:17 +01:00
..
__init__.py Updated for Falcon 0.2 and clean-up 2015-06-06 21:47:03 -06:00
metrics_repository.py Fix Metric Statistics period call 2018-01-17 09:54:17 +01:00