Port details |
- py-dj50-django-prometheus Export Django monitoring metrics for Prometheus.io
- 2.3.1_1 www =2 2.3.1Version of this port present on the latest quarterly branch.
- Maintainer: kai@FreeBSD.org
- Port Added: 2024-07-15 17:15:14
- Last Update: 2024-10-06 14:27:02
- Commit Hash: 275e271
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/korfuri/django-prometheus
- Description:
- This library exports Django monitoring metrics for Prometheus.io.
It provides support to monitor the following databases types:
* SQLite (via Django)
* PostgreSQL
* MySQL
In addition, caches can also be monitored:
* memcached
* Redis
It's even possible to export metrics of Django models and migrations.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}dj50-django-prometheus>0:www/py-dj50-django-prometheus@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/py-dj50-django-prometheus/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-dj50-django-prometheus
- pkg install py311-dj50-django-prometheus
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-dj50-django-prometheus listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-dj50-django-prometheus
- Package flavors (<flavor>: <package>)
- py311: py311-dj50-django-prometheus
- distinfo:
- TIMESTAMP = 1683262385
SHA256 (django-prometheus-2.3.1.tar.gz) = f9c8b6c780c9419ea01043c63a437d79db2c33353451347894408184ad9c3e1e
SIZE (django-prometheus-2.3.1.tar.gz) = 24718
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>=0.40.0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-django50>=3.2 : www/py-django50@py311
- py311-prometheus-client>=0.7 : net-mgmt/py-prometheus-client@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- net-mgmt/netbox
Configuration Options:
- ===> The following configuration options are available for py311-dj50-django-prometheus-2.3.1_1:
====> Options available for the group DATABASE
MYSQL=off: MySQL database support
PGSQL=off: PostgreSQL database support
====> Options available for the group CACHE
MEMCACHED=off: Memcached distributed memory caching support
REDIS=off: Redis key-value store database support
===> Use 'make config' to modify these settings
- Options name:
- www_py-dj50-django-prometheus
- USES:
- python:3.10+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.1_1 06 Oct 2024 14:27:02 |
Kai Knoblich (kai) |
www/py-dj50-django-prometheus: Convert to PEP517
* Switch to the PEP517 build framework and remove py-pytest-runner as a
build time dependency while I'm here, because upstream of it has
archived the project with the following notice:
pytest-runner depends on deprecated features of setuptools and relies
on features that break security mechanisms in pip. For example
'setup_requires' and 'tests_require' bypass pip --require-hashes.
See also https://github.com/pypa/setuptools/issues/1684
* Bump PORTREVISION due package change. |
2.3.1 15 Jul 2024 16:58:00 |
Kai Knoblich (kai) |
net-mgmt/netbox: Create Django 5.0 consumers
* Django 4.2 is currently the "default" version in the ports tree due
its long term support until April 2026. Thus ports that are assigned
to that version will exist until then.
The following ports are required to make the upgrade of
net-mgmt/netbox to the 4.0 release possible because it requires
Django 5.0.
All of the ports listed below were created on the basis of their
respective original ports:
- devel/py-dj50-django-rq
- devel/py-dj50-strawberry-graphql (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 2
|