aboutsummaryrefslogtreecommitdiffstats
path: root/influx.py
diff options
context:
space:
mode:
Diffstat (limited to 'influx.py')
-rw-r--r--influx.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/influx.py b/influx.py
index a2d5bfc..36d7a47 100644
--- a/influx.py
+++ b/influx.py
@@ -48,8 +48,8 @@ class Influx:
# global values
cur_ts = self._timestamp()
- data.append(f'ejabberd s2s_in={self._metrics.get_s2s_in()}i, {cur_ts}')
- data.append(f'ejabberd s2s_out={self._metrics.get_s2s_out()}i, {cur_ts}')
+ data.append(f'ejabberd s2s_in={self._metrics.get_s2s_in()}i {cur_ts}')
+ data.append(f'ejabberd s2s_out={self._metrics.get_s2s_out()}i {cur_ts}')
# vhost values
for vhost in self._metrics.get_vhosts():