2014-09-29 15:35:24 -06:00
|
|
|
[metadata]
|
|
|
|
name = monasca-persister
|
2017-02-06 14:37:01 +07:00
|
|
|
author = OpenStack
|
2018-12-05 01:34:18 +08:00
|
|
|
author-email = openstack-discuss@lists.openstack.org
|
2016-12-05 10:53:44 -05:00
|
|
|
summary = Moves metrics and alarm state transitions from the Message Queue to the Metrics and Alarms database.
|
2020-04-05 09:57:42 +02:00
|
|
|
python-requires = >=3.6
|
2014-09-29 15:35:24 -06:00
|
|
|
classifier=
|
|
|
|
Development Status :: 5 - Production/Stable
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Topic :: System :: Monitoring
|
2019-07-05 11:42:23 -04:00
|
|
|
Programming Language :: Python
|
2020-04-05 09:57:42 +02:00
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
2019-07-05 11:42:23 -04:00
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
Programming Language :: Python :: 3.7
|
|
|
|
|
2014-09-29 15:35:24 -06:00
|
|
|
keywords = openstack monitoring storage
|
2018-06-20 11:53:21 +02:00
|
|
|
description-file = README.rst
|
2020-04-05 09:57:42 +02:00
|
|
|
home-page = https://opendev.org/openstack/monasca-persister
|
2014-09-29 15:35:24 -06:00
|
|
|
license = Apache
|
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
2016-07-18 11:29:45 +02:00
|
|
|
monasca-persister = monasca_persister.persister:main
|
2014-09-29 15:35:24 -06:00
|
|
|
|
2017-05-02 15:56:11 +02:00
|
|
|
oslo.config.opts =
|
|
|
|
monasca_persister = monasca_persister.conf:list_opts
|
|
|
|
|
2014-09-29 15:35:24 -06:00
|
|
|
[files]
|
2017-03-02 11:41:31 +01:00
|
|
|
packages =
|
|
|
|
monasca_persister
|
|
|
|
data_files =
|
|
|
|
/etc/monasca =
|
|
|
|
etc/monasca/persister-logging.conf
|
2014-09-29 15:35:24 -06:00
|
|
|
|
2017-05-05 10:22:14 +02:00
|
|
|
[extras]
|
|
|
|
influxdb =
|
2020-04-05 09:57:42 +02:00
|
|
|
influxdb>=2.9.2 # MIT
|
2017-05-05 10:22:14 +02:00
|
|
|
cassandra =
|
2020-09-28 23:21:22 +02:00
|
|
|
cassandra-driver>=3.21.0 # Apache-2.0
|
2017-08-07 14:45:09 +02:00
|
|
|
elasticsearch =
|
2019-01-27 06:35:17 +01:00
|
|
|
elasticsearch<3.0.0,>=2.0.0 # Apache-2.0
|
2017-05-05 10:22:14 +02:00
|
|
|
|
2014-09-29 15:35:24 -06:00
|
|
|
[pbr]
|
|
|
|
autodoc_index_modules = True
|