Function check_graphite::graphite::fetch_data [−][src]
pub fn fetch_data(
url: &str,
target: &str,
window: i64,
start_at: i64,
retries: u8,
graphite_error: &Status,
print_url: bool
) -> Result<GraphiteResponse, String>
Load data from graphite
Retry until success or exit the script