Function check_graphite::graphite::get_graphite[][src]

fn get_graphite(
    url: &str,
    target: &str,
    window: i64,
    start_at: i64,
    print_url: bool,
    graphite_error: &Status
) -> Result<GraphiteResponse, GraphiteError>

Fetch data from graphite

Returns a tuple of (full request path, string that graphite returned), or an error