Eoghan Glynn d011ec0097 Per pipeline pluggable resource discovery
Addresses: BP decoupled-source-sink-discoverable-resources

Add the concept of per-pipeline resource discovery extensions
loaded via stevedore entry points. These are enabled via a
pipeline source 'discovery' element, for example:

  sources:
      - name: host_cpu_source
        interval: 120
        meters:
             - "cpu.util.*min"
        discovery:
             - "file_loader"
        resources:
             - "snmp://ip1"
             - "snmp://ip2"
        sinks:
            - meter_sink

The named discovery extensions are loaded from a global namespace
"ceilometer.discover". Per-pipeline dynamically discovered and
statically configured resources are combined, overridding any
per-agent discovery extensions. An amalgamated resource list for
a set of pipelines with a common interval is passed to individual
pollsters matching those pipelines (matching the pre-existing
logic for statically configured per-pipeline resources).

Change-Id: I154d757f9719f949fcacb56ee2d6b42e36212526
2014-03-04 17:46:55 +00:00
2014-02-08 06:46:32 +01:00
2014-02-08 06:46:32 +01:00
2014-01-27 14:40:35 +01:00
2012-11-11 19:13:08 +00:00
2013-11-13 15:32:31 +01:00
2013-05-11 12:44:54 -04:00
2013-03-15 14:25:48 +00:00
2013-11-26 16:03:26 +01:00
2013-07-14 21:09:38 +02:00
2012-12-05 10:22:43 +01:00
2014-02-10 15:30:25 +02:00
2013-09-19 11:42:10 +02:00
2014-02-14 21:22:56 +00:00

ceilometer

See the ReleaseNotes document and the project home for more info.

http://launchpad.net/ceilometer

Description
OpenStack Telemetry (Ceilometer) Alarming
Readme 21 MiB
Languages
Python 98.6%
Shell 1.3%
Mako 0.1%