cd7813c9bd
The README.rst contain a dash which is \xe2\x80\x93, the PKG-INFO file will generated by the content of README.rst when install gnocchi package. And the pbr will read the PKG-INFO file to get package info, in py34 environment, the dash cannot be decoded and will raise an error. Change-Id: I6a3c85beb260115e7ad32bfe101ced25442aa8d1 Closes-Bug: #1553893
18 lines
688 B
ReStructuredText
18 lines
688 B
ReStructuredText
===============================
|
|
Gnocchi - Metric as a Service
|
|
===============================
|
|
|
|
.. image:: doc/source/gnocchi-logo.jpg
|
|
|
|
Gnocchi is a multi-tenant timeseries, metrics and resources database. It
|
|
provides an `HTTP REST`_ interface to create and manipulate the data. It is
|
|
designed to store metrics at a very large scale while providing access to
|
|
metrics and resources information to operators and users.
|
|
|
|
Gnocchi is part of the `OpenStack` project. While Gnocchi has support for
|
|
OpenStack, it is fully able to work stand-alone.
|
|
|
|
You can read the full documentation online at http://gnocchi.xyz.
|
|
|
|
.. _`HTTP REST`: https://en.wikipedia.org/wiki/Representational_state_transfer
|