Diagnosis Viewer
===============================
[![Install LocalStack Extension](https://localstack.cloud/gh/extension-badge.svg)](https://app.localstack.cloud/extensions/remote?url=git+https://github.com/localstack/localstack-extensions/#egg=localstack-extension-diagnosis-viewer&subdirectory=diagnosis-viewer)
View the diagnostics endpoint directly in localstack
## Access Diagnosis Data
The extension is a web UI for the diagnosis endpoint of LocalStack, which is enabled when LocalStack is started with `DEBUG=1` and available at `curl -s localhost:4566/_localstack/diagnose`.
The web UI can then be reached at `http://localhost:4566/diapretty`.
## Installation
Install the extension by running:
```bash
localstack extensions install localstack-extension-diagnosis-viewer
```
## Development
### Install local development version
To install the extension into localstack in developer mode, you will need Python 3.10, and create a virtual environment in the extensions project.
In the newly generated project, simply run
```bash
make install
```
Then, to enable the extension for LocalStack, run
```bash
localstack extensions dev enable .
```
You can then start LocalStack with `EXTENSION_DEV_MODE=1` to load all enabled extensions.
Make sure to also set `DEBUG=1` so the diagnose endpoint necessary to populate the report is loaded.
```bash
EXTENSION_DEV_MODE=1 DEBUG=1 localstack start
```
Raw data
{
"_id": null,
"home_page": "https://github.com/localstack/localstack-extensions/tree/main/diagnosis-viewer",
"name": "localstack-extension-diagnosis-viewer",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "LocalStack Contributors",
"author_email": "info@localstack.cloud",
"download_url": "https://files.pythonhosted.org/packages/17/6f/e00c7318ae25d0547712037d094aa39d00b4a57e584c30c261fe35ed31c6/localstack_extension_diagnosis_viewer-0.1.1.tar.gz",
"platform": null,
"description": "Diagnosis Viewer\n===============================\n[![Install LocalStack Extension](https://localstack.cloud/gh/extension-badge.svg)](https://app.localstack.cloud/extensions/remote?url=git+https://github.com/localstack/localstack-extensions/#egg=localstack-extension-diagnosis-viewer&subdirectory=diagnosis-viewer)\n\nView the diagnostics endpoint directly in localstack\n\n## Access Diagnosis Data\n\nThe extension is a web UI for the diagnosis endpoint of LocalStack, which is enabled when LocalStack is started with `DEBUG=1` and available at `curl -s localhost:4566/_localstack/diagnose`.\nThe web UI can then be reached at `http://localhost:4566/diapretty`.\n\n\n## Installation\n\nInstall the extension by running:\n\n```bash\nlocalstack extensions install localstack-extension-diagnosis-viewer\n```\n\n## Development\n\n### Install local development version\n\nTo install the extension into localstack in developer mode, you will need Python 3.10, and create a virtual environment in the extensions project.\n\nIn the newly generated project, simply run\n\n```bash\nmake install\n```\n\nThen, to enable the extension for LocalStack, run\n\n```bash\nlocalstack extensions dev enable .\n```\n\nYou can then start LocalStack with `EXTENSION_DEV_MODE=1` to load all enabled extensions.\nMake sure to also set `DEBUG=1` so the diagnose endpoint necessary to populate the report is loaded.\n\n```bash\nEXTENSION_DEV_MODE=1 DEBUG=1 localstack start\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "LocalStack Extension: Diagnosis Viewer",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/localstack/localstack-extensions/tree/main/diagnosis-viewer"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "031a6094e5e0c84616f1bf8f241b96ebc0f007203879f47c3f545bcd0d978d94",
"md5": "2fcea37c1c32786fefe62d38b9192d25",
"sha256": "1ee4b28b9062dd9fb2ff32f26bf595b48d4daf40614660fd78c3977a958bba2f"
},
"downloads": -1,
"filename": "localstack_extension_diagnosis_viewer-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2fcea37c1c32786fefe62d38b9192d25",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2906,
"upload_time": "2024-07-16T07:27:29",
"upload_time_iso_8601": "2024-07-16T07:27:29.271254Z",
"url": "https://files.pythonhosted.org/packages/03/1a/6094e5e0c84616f1bf8f241b96ebc0f007203879f47c3f545bcd0d978d94/localstack_extension_diagnosis_viewer-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "176fe00c7318ae25d0547712037d094aa39d00b4a57e584c30c261fe35ed31c6",
"md5": "e9ce46061de0c9d58ed0ed35a4aad5c4",
"sha256": "4f9a0468ad1ed9b10130f6fff20d038533b612ee01155c6ea7ba01cda5aa716b"
},
"downloads": -1,
"filename": "localstack_extension_diagnosis_viewer-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "e9ce46061de0c9d58ed0ed35a4aad5c4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2279,
"upload_time": "2024-07-16T07:27:30",
"upload_time_iso_8601": "2024-07-16T07:27:30.715387Z",
"url": "https://files.pythonhosted.org/packages/17/6f/e00c7318ae25d0547712037d094aa39d00b4a57e584c30c261fe35ed31c6/localstack_extension_diagnosis_viewer-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-16 07:27:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "localstack",
"github_project": "localstack-extensions",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "localstack-extension-diagnosis-viewer"
}