From b4d21068485572aeb72971d0aaaf8d5cbb4e3641 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 27 Mar 2017 14:10:37 +0200 Subject: [PATCH] [Minor] Fix changes to changes - Reported by: @tleuxner - Pointy hat to: @fatalbanana --- src/plugins/lua/metric_exporter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/metric_exporter.lua b/src/plugins/lua/metric_exporter.lua index 107d034da8..dfd7f64bd8 100644 --- a/src/plugins/lua/metric_exporter.lua +++ b/src/plugins/lua/metric_exporter.lua @@ -125,7 +125,7 @@ local function graphite_push(kwargs) timeout = settings['timeout'], read = false, data = { - {metrics_str, '\n'}, + metrics_str, '\n', }, callback = (function (err) if err then -- 2.47.3