Remove final metrics reference

This changeset removes a leftover reference to the gds_metrics library, which was taken out previously.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-08-25 14:50:52 -04:00
parent 522c99cb0b
commit bbc84fc095

View File

@@ -5,7 +5,6 @@ import traceback
import eventlet
import gunicorn
from gds_metrics.gunicorn import child_exit # noqa
workers = 5
worker_class = "eventlet"