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"))