scrapy-prometheus-plugin


Namescrapy-prometheus-plugin JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryScrapy extension to push metrics to a Prometheus Pushgateway
upload_time2025-01-12 13:37:23
maintainerNone
docs_urlNone
authorEhsan U.
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Scrapy Prometheus

This is a scrapy extension that pushes metrics to a Prometheus Pushgateway.

## Installation

```bash
pip install scrapy-prometheus-plugin
```

## Configuration

```bash
PROMETHEUS_ENABLED = True
PROMETHEUS_GATEWAY = http://localhost:9091
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "scrapy-prometheus-plugin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ehsan U.",
    "author_email": "lancerf562@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/72/b3/d0e98e4426fccddb21b4acb7621293531cb7f969f1ec6d49a4a2ddd77e03/scrapy_prometheus_plugin-0.0.3.tar.gz",
    "platform": null,
    "description": "# Scrapy Prometheus\n\nThis is a scrapy extension that pushes metrics to a Prometheus Pushgateway.\n\n## Installation\n\n```bash\npip install scrapy-prometheus-plugin\n```\n\n## Configuration\n\n```bash\nPROMETHEUS_ENABLED = True\nPROMETHEUS_GATEWAY = http://localhost:9091\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Scrapy extension to push metrics to a Prometheus Pushgateway",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df69b467feeb68e0693245b1df8421e9a3c7faf210646fb51e95eab0a40e26e0",
                "md5": "343a8b928952c8744554f2c4867b8d33",
                "sha256": "6f29cb8bb3e2abdaf18f8af73a8dff3faaf29af98aa0c44eecae1a599857795c"
            },
            "downloads": -1,
            "filename": "scrapy_prometheus_plugin-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "343a8b928952c8744554f2c4867b8d33",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 2358,
            "upload_time": "2025-01-12T13:37:21",
            "upload_time_iso_8601": "2025-01-12T13:37:21.209084Z",
            "url": "https://files.pythonhosted.org/packages/df/69/b467feeb68e0693245b1df8421e9a3c7faf210646fb51e95eab0a40e26e0/scrapy_prometheus_plugin-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72b3d0e98e4426fccddb21b4acb7621293531cb7f969f1ec6d49a4a2ddd77e03",
                "md5": "98d06026d23b5d25d226ef589e7b0707",
                "sha256": "058a6c429358ab3a07d54dbeb6c03baadfdd89a7843d1bc512f98458f1fe732c"
            },
            "downloads": -1,
            "filename": "scrapy_prometheus_plugin-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "98d06026d23b5d25d226ef589e7b0707",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1697,
            "upload_time": "2025-01-12T13:37:23",
            "upload_time_iso_8601": "2025-01-12T13:37:23.367615Z",
            "url": "https://files.pythonhosted.org/packages/72/b3/d0e98e4426fccddb21b4acb7621293531cb7f969f1ec6d49a4a2ddd77e03/scrapy_prometheus_plugin-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-12 13:37:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "scrapy-prometheus-plugin"
}
        
Elapsed time: 0.42826s