Skip to content

Commit

Permalink
We don't need that much datadog, it was too much
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte committed May 17, 2024
1 parent 088fa34 commit 48cd392
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions devops/deploy-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,7 @@
- "version:{{ lookup('env', 'GIT_SHA') }}"
apm_config:
enabled: true
process_config:
enabled: "true" # type: string
logs_enabled: true
network_config:
enabled: true
system_probe_config:
enable_oom_kill: true
datadog_checks:
nginx:
logs:
Expand All @@ -136,8 +130,3 @@
service: "new-train-tracker"
source: nginx
sourcecategory: nginx
systemd:
init_config:
instances:
- unit_names:
- new-train-tracker.service
2 changes: 1 addition & 1 deletion devops/systemd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Environment=DD_ENV="prod"
Environment=DD_PROFILING_ENABLED="true"
Environment=DD_LOGS_INJECTION="true"
Environment=DD_GIT_REPOSITORY_URL="github.com/transitmatters/new-train-tracker"
ExecStart=/home/ubuntu/.local/bin/poetry run gunicorn -b localhost:5001 -w 1 server.application:application
ExecStart=/home/ubuntu/.local/bin/poetry run ddtrace-run gunicorn -b localhost:5001 -w 1 server.application:application
Restart=on-failure
RestartSec=5s

Expand Down

0 comments on commit 48cd392

Please sign in to comment.