From 8d094d5ac896f54886bb73ad8dbb933879d28771 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 11 May 2021 08:52:03 +0200 Subject: Implemented but test is KO: only a part of the stats are exported... Same behavor with both client Graphyte and GraphiteSender. Perhaps the issue came from the server (docker-graphite-grafana) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 41feaad2..4ddff21a 100755 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def get_install_extras_require(): 'cpuinfo': ['py-cpuinfo<=4.0.0'], 'docker': ['docker>=2.0.0'], 'export': ['bernhard', 'cassandra-driver', 'couchdb', 'elasticsearch', - 'graphyte', 'influxdb>=1.0.0', 'kafka-python', 'pika', + 'graphitesender', 'influxdb>=1.0.0', 'kafka-python', 'pika', 'paho-mqtt', 'potsdb', 'prometheus_client', 'pyzmq', 'statsd'], 'folders': ['scandir'], # python_version<"3.5" -- cgit v1.2.3