mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 00:20:43 -04:00
Remove statsd
We don't expose these metrics anywhere anyway and we want to move to prometheus too (which will be done in the next commit)
This commit is contained in:
@@ -2,10 +2,8 @@ from notifications_utils.clients.antivirus.antivirus_client import (
|
||||
AntivirusClient,
|
||||
)
|
||||
from notifications_utils.clients.redis.redis_client import RedisClient
|
||||
from notifications_utils.clients.statsd.statsd_client import StatsdClient
|
||||
from notifications_utils.clients.zendesk.zendesk_client import ZendeskClient
|
||||
|
||||
antivirus_client = AntivirusClient()
|
||||
statsd_client = StatsdClient()
|
||||
zendesk_client = ZendeskClient()
|
||||
redis_client = RedisClient()
|
||||
|
||||
Reference in New Issue
Block a user