Add GDS metrics package to admin app

Follows the code from the API
This commit is contained in:
David McDonald
2020-06-30 11:31:56 +01:00
parent 6958c0d677
commit 043e6ac69c
6 changed files with 19 additions and 5 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"