Welcome to robust-graphite-client’s documentation!

A simple graphite querying library with workarounds on some rare bugs.

Usage:

import robgracli

client = robgracli.GraphiteClient('http://my-graphite-server.com')
client.aggregate('my.awesome.metric')
print result['my.awesome.metric']

Reference:

Indices and tables