From 5442a44008d3602233b76c91e1b2a4a6fdfcdf3d Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Tue, 9 Aug 2016 13:57:47 +0200 Subject: [PATCH] Connect graphite-api to carbonlink --- configs/graphite-api.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configs/graphite-api.yml b/configs/graphite-api.yml index 9e2033d..f0b87eb 100644 --- a/configs/graphite-api.yml +++ b/configs/graphite-api.yml @@ -7,4 +7,11 @@ functions: whisper: directories: - /data/graphite/whisper +carbon: + hosts: + - carbon:7002 + timeout: 1 + retry_delay: 15 + carbon_prefix: carbon + replication_factor: 1 time_zone: UTC