Comment 1 for bug 1401352

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (master)

Reviewed: https://review.openstack.org/140897
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=09d21e8e51e84eb6034b02349569211c6e640155
Submitter: Jenkins
Branch: master

commit 09d21e8e51e84eb6034b02349569211c6e640155
Author: Stephen Balukoff <email address hidden>
Date: Wed Dec 10 18:02:14 2014 -0800

    Make LBaaS total_connections cumulative

    The total_connections LBaaS data point is presently incorrectly
    listed as a gauge. Since the total_connections data point will be an
    ever-increasing value (much the same as bytes_in and bytes_out are),
    this commit corrects total_connections to also be cumulative.

    Change-Id: I60d468a7d24e0a5bdb4c2f680af24397b4c0d77c
    Closes-Bug: #1401352