From d8d7ba31ad3c48f8f88b4a8a10c3270f08c14141 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Mon, 14 Dec 2020 08:32:38 +0100 Subject: [PATCH] Add a link to some solutions for "Make sure the TimescaleDB extension has been preloaded" --- examples/timescale_listener_ex.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/timescale_listener_ex.py b/examples/timescale_listener_ex.py index f9026cd..d69a6d4 100644 --- a/examples/timescale_listener_ex.py +++ b/examples/timescale_listener_ex.py @@ -8,7 +8,8 @@ # 4. Set up Grafana, and import the dashboard https://grafana.com/grafana/dashboards/10878 # 5. Set the env var LOCUST_GRAFANA_URL to link to your Grafana # (e.g. export LOCUST_GRAFANA_URL=https://my.grafana.host.com/d/qjIIww4Zz/locust?orgId=1) -# 6. Run your tests +# 6. Run your tests. If you get an error about "Make sure the TimescaleDB extension has been preloaded", have a look at +# https://github.com/SvenskaSpel/locust-plugins/issues/11 # Example output: # ~ locust --headless -f mytestplan.py