mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 17:01:35 -05:00
Removed the performance testing statsd calls as they are no longer
needed for monitoring the performance of the v2 endpoints. They were put in as a temporary measure whilst sustained performance testing was taking place.
This commit is contained in:
@@ -10,7 +10,6 @@ def create_post_sms_response_from_notification(notification, content, from_numbe
|
||||
return noti
|
||||
|
||||
|
||||
@statsd(namespace="performance-testing")
|
||||
def create_post_email_response_from_notification(notification, content, subject, email_from, url_root, scheduled_for):
|
||||
noti = __create_notification_response(notification, url_root, scheduled_for)
|
||||
noti['content'] = {
|
||||
|
||||
Reference in New Issue
Block a user