Comment 7 for bug 1526383

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-plugin-influxdb-grafana (master)

Reviewed: https://review.openstack.org/279422
Committed: https://git.openstack.org/cgit/openstack/fuel-plugin-influxdb-grafana/commit/?id=9c969c7e7df6042ddc1810bc4364ffa36016554b
Submitter: Jenkins
Branch: master

commit 9c969c7e7df6042ddc1810bc4364ffa36016554b
Author: Simon Pasquier <email address hidden>
Date: Fri Feb 12 09:34:16 2016 +0100

    Use fill(previous) instead of fill(0)

    This change uses fill(previous) instead of fill(0) to avoid drops in the
    graphs when the latest data isn't available in InfluxDB yet.

    Change-Id: I4e540a08997b420140cb1c99397321e4a0f82273
    Closes-Bug: #1526383