Module check_graphite::graphite [−][src]
Interact with graphite
This module defines functions that can fetch data from graphite, and the types that they return.
The two top-level items in here
Structs
| DataPoint | One of the datapoints that graphite has returned. |
| FilteredGraphiteData | Represent the data that we received after some filtering operation |
| GraphiteData | All the data for one fully-resolved target |
| GraphiteIterator | |
| GraphiteResponse | The result of |
Enums
| GraphiteError |
Functions
| fetch_data | Load data from graphite |
| get_graphite | Fetch data from graphite |