{ "info": { "author": "Kentaro Aoki", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "It is a helper tool for Azure Monitor. It is not official.\nRecently it is used the term Azure Monitor logs instead of Log Analytics. Log data is still stored in a Log Analytics workspace and is still collected and analyzed by the same Log Analytics service.\nhttps://docs.microsoft.com/en-us/azure/azure-monitor/\n\nInstall\n```sh\npip install azmonitor\n```\n\nExample\n```python\nimport azmonitor\n\nlog_type = 'AzMonitor'\ncustomer_id = 'xxxxx-xxxx-xxxx-xxxx-xxxxx'\nshared_key = 'xxxxxxxxxxxxxxxxxxxxxxxxxx'\n\napplog = azmonitor.LogAnalytics(log_type, customer_id, shared_key)\n\n# Single Data\ndata = {'status': 'starting', 'value': 50}\napplog.log(data)\n\n# Multi Data\nlist_data = []\nfor i in range(3):\n list_data.append({'status': 'starting', 'value': i})\napplog.logs(list_data)\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/KentaroAOKI/azmonitor", "keywords": "azmonitor", "license": "", "maintainer": "", "maintainer_email": "", "name": "azmonitor", "package_url": "https://pypi.org/project/azmonitor/", "platform": "", "project_url": "https://pypi.org/project/azmonitor/", "project_urls": { "Homepage": "https://github.com/KentaroAOKI/azmonitor" }, "release_url": "https://pypi.org/project/azmonitor/0.8.1/", "requires_dist": null, "requires_python": "", "summary": "It is a helper tool for azure monitor. It is not official.", "version": "0.8.1" }, "last_serial": 4840935, "releases": { "0.8.1": [ { "comment_text": "", "digests": { "md5": "8d525d4925031724e5b65e84ff219ca5", "sha256": "57456cf2865f0636f5132a9cfe425dece966ea24e36f6598b2800a0be1cc913e" }, "downloads": -1, "filename": "azmonitor-0.8.1.tar.gz", "has_sig": false, "md5_digest": "8d525d4925031724e5b65e84ff219ca5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2573, "upload_time": "2019-02-19T17:12:23", "url": "https://files.pythonhosted.org/packages/a9/38/57cddabcf16d7151929262c146d08baf30f1e43146fbba07f63587b5c360/azmonitor-0.8.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8d525d4925031724e5b65e84ff219ca5", "sha256": "57456cf2865f0636f5132a9cfe425dece966ea24e36f6598b2800a0be1cc913e" }, "downloads": -1, "filename": "azmonitor-0.8.1.tar.gz", "has_sig": false, "md5_digest": "8d525d4925031724e5b65e84ff219ca5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2573, "upload_time": "2019-02-19T17:12:23", "url": "https://files.pythonhosted.org/packages/a9/38/57cddabcf16d7151929262c146d08baf30f1e43146fbba07f63587b5c360/azmonitor-0.8.1.tar.gz" } ] }