From 4f66cb8cd6256fa606b2e347cb0203ec8bb0ac8b Mon Sep 17 00:00:00 2001 From: Yann Esposito Date: Thu, 26 Mar 2015 10:20:17 +0100 Subject: [PATCH] changed names --- riemann.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/riemann.config b/riemann.config index fbc4961..f012a68 100644 --- a/riemann.config +++ b/riemann.config @@ -35,8 +35,8 @@ (where (service service-name) (coalesce (smap f - (with {:service (str service-name " " suffix) - :host "Aggregator"} index))))))) + (with {:service service-name + :host (str "Aggregator " suffix)} index))))))) (defn add-sum-stream [service-name] (add-stream-by service-name folds/sum "sum"))