From d44e4021fe879230adb762972b9080d021176146 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 28 Apr 2020 14:11:49 +0200 Subject: code cleanup * split up api and metrics class * revamped file nameming to better resemble their function * update prometheus and influx files * fixed version regex to not break on - in version string --- influx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'influx.py') diff --git a/influx.py b/influx.py index 59728ac..d0569d4 100644 --- a/influx.py +++ b/influx.py @@ -5,7 +5,7 @@ import time from influxdb import InfluxDBClient from config import Config -from ejabberdrpc import EjabberdMetrics +from metrics import EjabberdMetrics class Influx: -- cgit v1.2.3-18-g5258