Search Criteria
Package Details: python-django-prometheus 2.1.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-django-prometheus.git (read-only, click to copy) |
---|---|
Package Base: | python-django-prometheus |
Description: | Export Django monitoring metrics for Prometheus.io |
Upstream URL: | https://github.com/korfuri/django-prometheus |
Licenses: | Apache |
Submitter: | Roshless |
Maintainer: | None |
Last Packager: | Roshless |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-16 17:47 (UTC) |
Last Updated: | 2021-12-18 14:46 (UTC) |
Dependencies (8)
- python-django
- python-prometheus_client
- python-pip (make)
- python-setuptools (make)
- python-django-redisAUR (optional) – redis monitoring
- python-memcached (optional) – memcached monitoring
- python-mysqlclient (optional) – MySQL database monitoring
- python-psycopg2 (optional) – PostgreSQL database monitoring
Latest Comments
pizzaman commented on 2021-06-10 04:38 (UTC)
@Roshless You're welcome. Thanks for maintaining it!
I'm following a tutorial for netbox install and having some issues that seems to point to this package.
After installation it asks me to migrate the database.
Fixed by adding https://archlinux.org/packages/extra/any/python-prometheus_client/ dependency.
After this I get:
Fixed with dependecy https://archlinux.org/packages/community/any/python-ruamel-yaml/ After that I get:
Fixed with dependecy https://archlinux.org/packages/community/any/python-yaml/
Fixed with dependency https://aur.archlinux.org/packages/python-tablib/ which needed to get tests disabled to compile.
After that sudo python3 manage.py migrate worked.
Roshless commented on 2021-06-09 13:07 (UTC)
@pizzaman fixed, thanks for report :)
pizzaman commented on 2021-06-09 04:32 (UTC)
Adding dependencies python-wheel and python-pip solves these errors.