Skip to content

Commit

Permalink
Add New Relic integration for application monitoring and update Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT committed Jan 2, 2025
1 parent e465c6c commit d3cff4f
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release: python manage.py migrate --noinput
web: bin/start-pgbouncer uvicorn blt.asgi:application --host 0.0.0.0 --port ${PORT}
web: newrelic-admin run-program bin/start-pgbouncer uvicorn blt.asgi:application --host 0.0.0.0 --port ${PORT}
43 changes: 42 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ channels-redis = "^4.2.1"
async-timeout = "^5.0.1"
aiohttp = "^3.11.11"
scout-apm = "^3.2.1"
newrelic = "^10.4.0"

[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
Expand Down

0 comments on commit d3cff4f

Please sign in to comment.