monasca-persister


Namemonasca-persister JSON
Version 8.0.0 PyPI version JSON
download
home_pagehttps://opendev.org/openstack/monasca-persister
SummaryMoves metrics and alarm state transitions from the Message Queue to the Metrics and Alarms database.
upload_time2023-03-22 12:23:57
maintainer
docs_urlNone
authorOpenStack
requires_python>=3.6
licenseApache
keywords openstack monitoring storage
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Monasca Persister
=================

.. image:: https://governance.openstack.org/tc/badges/monasca-persister.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

The Monasca Persister consumes metrics and alarm state transitions
from the Apache Kafka message queue and stores them in the time series
database.


Running
=======

To install the Python monasca-persister modules, git clone the source
and run the following command:

::

   $ pip install -c https://releases.openstack.org/constraints/upper/master -e ./monasca-persister

To run the unit tests use:

::

   $ tox -e py36

To start the persister run:

::

   $ monasca-persister --config-file=monasca-persister.conf


Configuration
=============

A sample configuration file can be generated using the Oslo standards
used in other OpenStack projects.

::

   tox -e genconfig

The result will be in ./etc/monasca/monasca-persister.conf.sample

If the deployment is using the Docker files, the configuration template
can be found in docker/monasca-persister.conf.j2.


Java
====

For information on Java implementation see `java/Readme.rst <java/Readme.rst>`_.


Contributing and Reporting Bugs
===============================

Ongoing work for the Monasca project is tracked in Storyboard_.


License
=======

Copyright (c) 2014 Hewlett-Packard Development Company, L.P.

Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at

::

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


.. _Storyboard: https://storyboard.openstack.org




            

Raw data

            {
    "_id": null,
    "home_page": "https://opendev.org/openstack/monasca-persister",
    "name": "monasca-persister",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "openstack monitoring storage",
    "author": "OpenStack",
    "author_email": "openstack-discuss@lists.openstack.org",
    "download_url": "https://files.pythonhosted.org/packages/cc/bb/9cb03cce4a5151a84b53291f2b00256e31604d3d5449eac3ae84e5d3e511/monasca-persister-8.0.0.tar.gz",
    "platform": null,
    "description": "Monasca Persister\n=================\n\n.. image:: https://governance.openstack.org/tc/badges/monasca-persister.svg\n    :target: https://governance.openstack.org/tc/reference/tags/index.html\n\n.. Change things from this point on\n\nThe Monasca Persister consumes metrics and alarm state transitions\nfrom the Apache Kafka message queue and stores them in the time series\ndatabase.\n\n\nRunning\n=======\n\nTo install the Python monasca-persister modules, git clone the source\nand run the following command:\n\n::\n\n   $ pip install -c https://releases.openstack.org/constraints/upper/master -e ./monasca-persister\n\nTo run the unit tests use:\n\n::\n\n   $ tox -e py36\n\nTo start the persister run:\n\n::\n\n   $ monasca-persister --config-file=monasca-persister.conf\n\n\nConfiguration\n=============\n\nA sample configuration file can be generated using the Oslo standards\nused in other OpenStack projects.\n\n::\n\n   tox -e genconfig\n\nThe result will be in ./etc/monasca/monasca-persister.conf.sample\n\nIf the deployment is using the Docker files, the configuration template\ncan be found in docker/monasca-persister.conf.j2.\n\n\nJava\n====\n\nFor information on Java implementation see `java/Readme.rst <java/Readme.rst>`_.\n\n\nContributing and Reporting Bugs\n===============================\n\nOngoing work for the Monasca project is tracked in Storyboard_.\n\n\nLicense\n=======\n\nCopyright (c) 2014 Hewlett-Packard Development Company, L.P.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may\nnot use this file except in compliance with the License. You may obtain\na copy of the License at\n\n::\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n.. _Storyboard: https://storyboard.openstack.org\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "Moves metrics and alarm state transitions from the Message Queue to the Metrics and Alarms database.",
    "version": "8.0.0",
    "project_urls": {
        "Homepage": "https://opendev.org/openstack/monasca-persister"
    },
    "split_keywords": [
        "openstack",
        "monitoring",
        "storage"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fd99859fe185c79dbd6cfbaab55b862cb769188729c960da32aaf856dbfcd97",
                "md5": "1caf3ea29166f88454a09cec5bd854ba",
                "sha256": "899d09051a6d1fbc25e4bf0bc3a38dc550f382efb96ed1156722eeb9b3846d86"
            },
            "downloads": -1,
            "filename": "monasca_persister-8.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1caf3ea29166f88454a09cec5bd854ba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 85139,
            "upload_time": "2023-03-22T12:23:56",
            "upload_time_iso_8601": "2023-03-22T12:23:56.431861Z",
            "url": "https://files.pythonhosted.org/packages/5f/d9/9859fe185c79dbd6cfbaab55b862cb769188729c960da32aaf856dbfcd97/monasca_persister-8.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccbb9cb03cce4a5151a84b53291f2b00256e31604d3d5449eac3ae84e5d3e511",
                "md5": "82f4a6ce58839937b5ff0ca0bfe63b75",
                "sha256": "e1c6ae0099f0118d0fd6c78de7cd623436670377bfc8619118833403074bde92"
            },
            "downloads": -1,
            "filename": "monasca-persister-8.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "82f4a6ce58839937b5ff0ca0bfe63b75",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 116765,
            "upload_time": "2023-03-22T12:23:57",
            "upload_time_iso_8601": "2023-03-22T12:23:57.851947Z",
            "url": "https://files.pythonhosted.org/packages/cc/bb/9cb03cce4a5151a84b53291f2b00256e31604d3d5449eac3ae84e5d3e511/monasca-persister-8.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-22 12:23:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "monasca-persister"
}
        
Elapsed time: 0.10781s