From 7bc1f87b24abdfbcbf68f5fc6b3266fc3e6799f0 Mon Sep 17 00:00:00 2001 From: Braedon Vickers Date: Sat, 30 Mar 2019 15:36:14 +0800 Subject: [PATCH] Upgrade Prometheus client to fix memory leak with Python 3.7 https://github.com/prometheus/client_python/issues/340 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 088e1d0..9e65783 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ install_requires=[ 'kafka-python >= 1.3', 'jog', - 'prometheus-client', + 'prometheus-client >= 0.6.0', 'javaproperties' ], entry_points={