mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-05 21:18:25 -04:00
Add GDSMetrics package
As per instructions https://github.com/alphagov/gds_metrics_python The celery workers don't have an HTTP endpoint so no point in trying to get prometheus to scrape them.
This commit is contained in:
@@ -3,6 +3,8 @@ import sys
|
||||
import traceback
|
||||
import gunicorn
|
||||
|
||||
from gds_metrics.gunicorn import child_exit # noqa
|
||||
|
||||
workers = 4
|
||||
worker_class = "eventlet"
|
||||
worker_connections = 256
|
||||
|
||||
Reference in New Issue
Block a user