Metadata-Version: 2.0
Name: python-watcher-metering
Version: 0.21.6
Summary: Metering library for Watcher
Home-page: http://factory.b-com.com/www/watcher/watcher/doc/build/html/
Author: Vincent FRANCOISE
Author-email: Vincent.FRANCOISE@b-com.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: influxdb (>=2.10.0)
Requires-Dist: msgpack-python (>=0.4.6)
Requires-Dist: nanomsg (>=1.0)
Requires-Dist: oslo.config (>=2.3.0)
Requires-Dist: oslo.i18n (>=1.5.0)
Requires-Dist: oslo.log (>=1.8.0)
Requires-Dist: pbr (>=1.6)
Requires-Dist: python-ceilometerclient (>=1.5.0)
Requires-Dist: python-dateutil (>=2.4.2)
Requires-Dist: python-keystoneclient (>=1.6.0,!=1.8.0)
Requires-Dist: requests (>=2.8.1)
Requires-Dist: riemann-client (>=6.1.3)
Requires-Dist: six (>=1.9.0)
Requires-Dist: stevedore (>=1.5.0)

================
Watcher Metering
================

Watcher Metering collects system metrics and publishes them to a store.
To do so, it is composed of two elements:

- The ``Agent`` who collects the desired metrics and sends it to a publisher.
  The ``Agent`` is meant to run on each monitored host (container, VM, ...)
- The ``Publisher`` who gathers measurements from one or more agent and pushes
  them to the desired store. The currently supported stores are `Riemann`_
  (for CEP), Ceilometer and `Riemann`_.

This project is part of the Watcher_ solution. For more information on Watcher, you can also refer to its OpenStack wiki_
page.

You will another documentation here:
    - `Architecture`_
    - `Installation guide`_
    - `API`_
    - `Development guide`_

.. _Watcher: http://factory.b-com.com/www/watcher/
.. _wiki: https://wiki.openstack.org/wiki/Watcher
.. _Ceilometer: http://docs.openstack.org/developer/ceilometer/
.. _Riemann: :http://riemann.io/
.. _InfluxDB: :https://influxdb.com/
.. _Architecture: ./doc/source/dev/architecture.rst
.. _Installation guide: ./doc/source/deploy/installation.rst
.. _API: ./doc/source/api/reference.rst
.. _Development guide: ./doc/source/dev/quickstart.rst



