Comment 5 for bug 1357869

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

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

commit d8317189e554c8378eefc615b73726f4b89791cb
Author: Eoghan Glynn <email address hidden>
Date: Wed Sep 24 09:56:09 2014 +0000

    Per-source separation of static resources & discovery

    Previously, the amalgamation of static resources and discovery
    extensions defined for all matching pipeline sources were passed
    to each pollster on each polling cycle.

    This led to unintended duplication of the samples emitted when
    an individual pollster matched several sources.

    Now, we relate the static resources and discovery extensions to
    the originating sources and only pass these when a pollster is
    traversed in the context of that source.

    Similarly, sinks are now related to the originating source and
    samples are only published over the sinks corresponding to the
    current sources.

    Closes-Bug: #1357869

    Change-Id: Ie973625325ba3e25c76c90e4792eeaf466ada657