Skip to content

Commit

Permalink
Install django-prometheus inside container
Browse files Browse the repository at this point in the history
needs additional configuration before it is useful
  • Loading branch information
atodorov committed Jul 3, 2023
1 parent 9cda213 commit 4010ddc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ system, dubbed *Enterprise Edition*, which contains the following changes:
- [django-ses](https://github.com/django-ses/django-ses) - Amazon SES email backend
- [dj-database-url](https://github.com/jacobian/dj-database-url) - DB configuration
via `DATABASE_URL`
- [django-prometheus](https://github.com/korfuri/django-prometheus) - Export Django
monitoring metrics for Prometheus.io
- [kiwitcms-github-app](https://github.com/kiwitcms/github-app/) - extra integration
with GitHub
- [kiwitcms-tenants](https://github.com/kiwitcms/tenants/) - multi-tenant support
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
django-python3-ldap==0.15.4
django-prometheus==2.3.1
django-ses==3.5.0
dj-database-url==2.0.0
kiwitcms-github-app==1.5.1
Expand Down

0 comments on commit 4010ddc

Please sign in to comment.