Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
chore: set env var DD_TAGS for forum
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemshahzad committed Apr 5, 2024
1 parent 0e6fe66 commit e3b3122
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion playbooks/roles/forum/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ FORUM_NEW_RELIC_ENABLE: '{{ COMMON_ENABLE_NEWRELIC_APP }}'
FORUM_NEW_RELIC_LICENSE_KEY: '{{ NEWRELIC_LICENSE_KEY | default("") }}'
FORUM_NEW_RELIC_APP_NAME: "{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}-forum"

# Datadog CONFIG
FORUM_DD_TAGS: "service:forum"

FORUM_WORKER_PROCESSES: "4"
FORUM_LISTEN_HOST: "0.0.0.0"
FORUM_LISTEN_PORT: "4567"
Expand Down Expand Up @@ -87,7 +90,7 @@ forum_base_env: &forum_base_env
DATA_DIR: "{{ forum_data_dir }}"
LISTEN_HOST: "{{ FORUM_LISTEN_HOST }}"
LISTEN_PORT: "{{ FORUM_LISTEN_PORT }}"

DD_TAGS: "{{ FORUM_DD_TAGS }}"

forum_env:
<<: *forum_base_env
Expand Down

0 comments on commit e3b3122

Please sign in to comment.