django-health-check-prometheus


Namedjango-health-check-prometheus JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryThis is a prometheus adapter for django health check
upload_time2023-12-05 06:18:57
maintainer
docs_urlNone
authorMrLYC
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-health-check-prometheus

This is a prometheus adapter for django health check, it will expose the health check results as prometheus metrics.

## Usage
```shell
pip install django-health-check-prometheus
```

```python
# settings.py
INSTALLED_APPS = [
    ...
    'django_health_check_prometheus',
    ...
]
```
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "django-health-check-prometheus",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "MrLYC",
    "author_email": "fimyikong@gmai.com",
    "download_url": "https://files.pythonhosted.org/packages/0b/b2/d330f6ddd33763f6ee30cd5349c56d36657711054cf9130d513c882935aa/django_health_check_prometheus-0.1.0.tar.gz",
    "platform": null,
    "description": "# django-health-check-prometheus\n\nThis is a prometheus adapter for django health check, it will expose the health check results as prometheus metrics.\n\n## Usage\n```shell\npip install django-health-check-prometheus\n```\n\n```python\n# settings.py\nINSTALLED_APPS = [\n    ...\n    'django_health_check_prometheus',\n    ...\n]\n```",
    "bugtrack_url": null,
    "license": "",
    "summary": "This is a prometheus adapter for django health check",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9da0f5d7d6cf8bbb0a2e65afdc57e5645d60f0d37b34d47d7f38ca0402878cfc",
                "md5": "b1ff6c1dd8ace8f1b9219b12b431646f",
                "sha256": "3ceb6235241f0041d77449243ad656aec7e4f52280e23a5536423caa9c79cc7b"
            },
            "downloads": -1,
            "filename": "django_health_check_prometheus-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1ff6c1dd8ace8f1b9219b12b431646f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3807,
            "upload_time": "2023-12-05T06:18:55",
            "upload_time_iso_8601": "2023-12-05T06:18:55.602401Z",
            "url": "https://files.pythonhosted.org/packages/9d/a0/f5d7d6cf8bbb0a2e65afdc57e5645d60f0d37b34d47d7f38ca0402878cfc/django_health_check_prometheus-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bb2d330f6ddd33763f6ee30cd5349c56d36657711054cf9130d513c882935aa",
                "md5": "998a8518704da9da865a0ee65bdade98",
                "sha256": "73ff3884a6aef0ab396c43511c5eb07eed59720ed5812faec871cef92b8cfa40"
            },
            "downloads": -1,
            "filename": "django_health_check_prometheus-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "998a8518704da9da865a0ee65bdade98",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2742,
            "upload_time": "2023-12-05T06:18:57",
            "upload_time_iso_8601": "2023-12-05T06:18:57.173674Z",
            "url": "https://files.pythonhosted.org/packages/0b/b2/d330f6ddd33763f6ee30cd5349c56d36657711054cf9130d513c882935aa/django_health_check_prometheus-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-05 06:18:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "django-health-check-prometheus"
}
        
Elapsed time: 0.14542s