add metrics for redis timings

This commit is contained in:
Leo Hemsted
2020-05-13 11:06:27 +01:00
committed by David McDonald
parent d9b3b31a6a
commit 15ce9fe3f9
3 changed files with 25 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ from gds_metrics.gunicorn import child_exit # noqa
workers = 4
worker_class = "eventlet"
worker_connections = 256
worker_connections = 30
errorlog = "/home/vcap/logs/gunicorn_error.log"
bind = "0.0.0.0:{}".format(os.getenv("PORT"))
statsd_host = "{}:8125".format(os.getenv("STATSD_HOST"))