Comment 11 for bug 1886949

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

Reviewed: https://review.opendev.org/735605
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=bd1467b47c3c55f098722fca79a12dfc57ea6e18
Submitter: Zuul
Branch: master

commit bd1467b47c3c55f098722fca79a12dfc57ea6e18
Author: Rafael Weingärtner <email address hidden>
Date: Fri Jun 12 09:54:47 2020 -0300

    Granular metering data in neutron-metering-agent

    Extend neutron metering agent to generate Granular metering data.
    The rationale here is to have data (bytes and packets) not just in
    a label basis, but also in tenant, router, and router-label, and tenant-label
    basis. This allows operators to develop more complex network monitoring
    solutions.

    Moreover, I added documentation to explain what is the neutron metering agent,
    its configs, and different message formats.

    Change-Id: I7b6172f88efd4df89d7bed9a0af52f80c61acbe0
    Implements: https://blueprints.launchpad.net/neutron/+spec/granular-metering-data
    Closes-Bug: #1886949