
Add batching to InfluxDB writes to improve throughput. Change-Id: Ia173f55726cb11245f0bcf4580f1af8129c23aa3
33 lines
643 B
INI
33 lines
643 B
INI
[metadata]
|
|
name = monasca-persister
|
|
author = Deklan Dieterly
|
|
author-email = deklan.dieterly@hp.com
|
|
classifier=
|
|
Development Status :: 5 - Production/Stable
|
|
License :: OSI Approved :: Apache Software License
|
|
Topic :: System :: Monitoring
|
|
keywords = openstack monitoring storage
|
|
description-file = README.md
|
|
home-page = https://github.com/stackforge/monasca-persister
|
|
license = Apache
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
monasca-persister = monasca_persister.servicerunner:main
|
|
|
|
[files]
|
|
packages = monasca_persister
|
|
|
|
[flake8]
|
|
max-line-length = 120
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
|
|
[pep8]
|
|
max-line-length = 120
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|