Merge "Update Monasca documentation page"

This commit is contained in:
Zuul 2018-05-22 12:44:37 +00:00 committed by Gerrit Code Review
commit 7a8508c80c
2 changed files with 35 additions and 34 deletions

View File

@ -1,10 +0,0 @@
.. _configuring:
=============
Configuration
=============
.. toctree::
:maxdepth: 1
sample

View File

@ -15,37 +15,48 @@
under the License. under the License.
=================================== ===================================
Welcome to Monasca's documentation! Welcome to Monasca's Documentation!
=================================== ===================================
Monasca is a open-source multi-tenant, highly scalable, performant, The monitoring requirements in OpenStack environments are vast, varied, and
fault-tolerant monitoring-as-a-service solution that highly complex. Monasca's project mission is to provide a
integrates with OpenStack. It uses a REST API for high-speed metrics monitoring-as-a-service solution that is multi-tenant, highly scalable,
processing and querying and has a streaming performant, and fault-tolerant. Monasca provides an extensible platform for
alarm and notification engine. advanced monitoring that can be used by both operators and tenants to gain
operational insights about their infrastructure and applications.
The developer documentation provided here is continually kept up-to-date Monasca uses REST APIs for high-speed metrics, logs processing and querying. It
based on the latest code, and may not represent the state of the project at integrates a streaming alarm engine, a notification engine and an aggregation
any specific prior release. engine.
.. note:: This is documentation for developers, if you are looking for more The use cases you can implement with Monasca are very diverse. Monasca follows
general documentation including API, install, operator and user a micro-services architecture, with several services split across multiple
guides see `docs.openstack.org`_ repositories. Each module is designed to provide a discrete service in the
overall monitoring solution and can be deployed or omitted according to
operators/customers needs.
.. _`docs.openstack.org`: https://docs.openstack.org For Contributors
================
.. toctree::
:maxdepth: 2
user/index
admin/index
install/index
configuration/index
cli/index
contributor/index
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
glossary contributor/index
For Operators
================
Configuration
-------------
* :doc:`Sample Config Files </configuration/sample>`
.. toctree::
:hidden:
admin/index
cli/index
configuration/sample
glossary
install/index
user/index