Overview
This Charm deploys Gnocchi (https://docs.openstack.org/developer/gnocchi/)
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 and history.
You can read the full online documentation.
Installation
juju deploy cs:~csd-garr/gnocchi
juju deploy cs:postgresql
juju config postgresql extra_pg_auth='host all juju_gnocchi samenet password'
juju add-relation gnocchi postgresql:db
Usage
You can use the Rest API available at:
http://127.0.0.1:8041/
To list all metrics present, use this request:
curl http://127.0.0.1:8041/v1/metric
You can also use the gnocchi
client, which can be installed with:
pip install gnocchiclient
Contact Information
Authors
This software was created at the Consortium GARR.
- Giuseppe Attardi giuseppe.attardi@garr.it