Writing a Gnocchi storage driver for ceph
As presented by Julien Danjou, Gnocchi is designed to store metric metadata into an indexer (usually a SQL database) and store the metric measurements into another backend. The default backend creates timeseries using Carbonara (a pandas based library) and stores them into Swift. The storage Gnocchi backend is pluggable, and not all deployments install Swift, so I have decided to… Read more →






