Skip to content

Commit

Permalink
feat: added toggle for forum data dog
Browse files Browse the repository at this point in the history
fix: move data dog config behind flag
  • Loading branch information
AhtishamShahid committed Jun 4, 2024
1 parent dfcbdde commit de6f2df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/roles/forum/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ forum_base_env: &forum_base_env
DD_TAGS: "{{ FORUM_DD_TAGS }}"
DD_DJANGO_USE_HANDLER_RESOURCE_FORMAT: "true"
DD_TRACE_LOG_STREAM_HANDLER: "false"
ENABLE_DATA_DOG: "{{ COMMON_ENABLE_DATADOG }}"

forum_env:
<<: *forum_base_env
Expand Down

0 comments on commit de6f2df

Please sign in to comment.