{ "info": { "author": "Anthony Boah", "author_email": "anthony.boah@innogames.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development" ], "description": "sentry-redispubsub\n=============\n\nAn extension for Sentry to send error metrics to a Redis pub/sub message queue.\n\nDetails\n-------\n\nThe queue will get pushed a json payload with the following fields\n\nproject -> Project slug\n\nlogger -> Used logger\n\nlevel -> Error level\n\nmsg -> Group message\n\ntimes_seen -> Number of times seen\n\nlast_seen -> Unixtimestamp xxxxxxxx.0 #Please remove the trailing .0\n\nfirst_seen -> Unixtimestamp xxxxxxxx.0 #Please remove the trailing .0\n\nurl -> Absolut url\n\nchecksum -> Checksum of group\n\n\nInstall\n-------\n\nInstall the package with ``pip``::\n\n pip install sentry-redispubsub\n\n\nConfiguration\n-------------\n\nGo to your project's configuration page (Projects -> [Project]) and select the\n\"RedisPubSub\" tab. Enter the Redis host, port, db number, channel name for metrics:\n\n.. image:: https://github.com/innogames/sentry-redispubsub/raw/master/docs/images/options.png\n\n\nAfter installing and configuring, make sure to restart sentry-worker for the\nchanges to take into effect.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/innogames/sentry-redispubsub", "keywords": "sentry redis pubsub message queue msg", "license": "WTFPL", "maintainer": null, "maintainer_email": null, "name": "sentry-redispubsub", "package_url": "https://pypi.org/project/sentry-redispubsub/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sentry-redispubsub/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/innogames/sentry-redispubsub" }, "release_url": "https://pypi.org/project/sentry-redispubsub/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "A Sentry extension which sends errors to a Redis pub/sub queue", "version": "0.0.1" }, "last_serial": 1332228, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e94fef5941eee418334ae058d6979c96", "sha256": "7928bec3cfb19dcd53c3b794e5b65e1d564c5affcc4093e347748149b2326edd" }, "downloads": -1, "filename": "sentry-redispubsub-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e94fef5941eee418334ae058d6979c96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3251, "upload_time": "2014-12-05T15:58:21", "url": "https://files.pythonhosted.org/packages/91/4f/e2ed0322f3589ed594fd7929814544c0516cc990b6ab34fde01117bc28c2/sentry-redispubsub-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e94fef5941eee418334ae058d6979c96", "sha256": "7928bec3cfb19dcd53c3b794e5b65e1d564c5affcc4093e347748149b2326edd" }, "downloads": -1, "filename": "sentry-redispubsub-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e94fef5941eee418334ae058d6979c96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3251, "upload_time": "2014-12-05T15:58:21", "url": "https://files.pythonhosted.org/packages/91/4f/e2ed0322f3589ed594fd7929814544c0516cc990b6ab34fde01117bc28c2/sentry-redispubsub-0.0.1.tar.gz" } ] }