chore: Remove old datadog related settings.

Datadog was removed 6+ years ago but some settings and related keys got
left behind.  Get rid of them since we don't need them and also to
prevent people from assuming it's okay to hardcode datadog settings into
our codebase.
This commit is contained in:
Feanil Patel
2023-12-14 12:12:09 -05:00
parent f55a42ab50
commit 5ec8737856
5 changed files with 0 additions and 28 deletions

View File

@@ -30,12 +30,6 @@ class Thread(models.Model):
'close_reason_code', 'edit_reason_code', 'closing_user_id', 'editing_user_id',
]
# metric_tag_fields are used by Datadog to record metrics about the model
metric_tag_fields = [
'course_id', 'group_id', 'pinned', 'closed', 'anonymous', 'anonymous_to_peers',
'endorsed', 'read',
]
# initializable_fields are sent in POST requests
initializable_fields = updatable_fields + ['thread_type', 'context']