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:
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user