Revert "Revert "Statsd to prometheus""

This commit is contained in:
David McDonald
2020-07-01 13:27:12 +01:00
committed by GitHub
parent 4e165ae3d3
commit d4ed909d0f
8 changed files with 18 additions and 25 deletions

View File

@@ -4,6 +4,8 @@ import traceback
import gunicorn
from gds_metrics.gunicorn import child_exit # noqa
workers = 5
worker_class = "eventlet"
errorlog = "/home/vcap/logs/gunicorn_error.log"