localstack-extension-diagnosis-viewer


Namelocalstack-extension-diagnosis-viewer JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/localstack/localstack-extensions/tree/main/diagnosis-viewer
SummaryLocalStack Extension: Diagnosis Viewer
upload_time2023-07-29 01:35:31
maintainer
docs_urlNone
authorLocalStack Contributors
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "LocalStack Contributors",
    "author_email": "info@localstack.cloud",
    "download_url": "https://files.pythonhosted.org/packages/94/f3/23e12d139d54bc61afe9bd35197a6ccfedd56018c0bae7283041f1a07dd3/localstack-extension-diagnosis-viewer-0.1.0.tar.gz",
    "platform": null,
    "description": "Diagnosis Viewer\n===============================\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": "",
    "summary": "LocalStack Extension: Diagnosis Viewer",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/localstack/localstack-extensions/tree/main/diagnosis-viewer"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "935e2b9778e89784bea4cb45b59f804e949aa2a8780aac29abd20f84d2776707",
                "md5": "2bcc4c3b1a0cb68c744b50b0f214faaa",
                "sha256": "194525ac449063897358269b8a0f6f6c91e683b6f23a5d3cd553515928a0dfac"
            },
            "downloads": -1,
            "filename": "localstack_extension_diagnosis_viewer-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2bcc4c3b1a0cb68c744b50b0f214faaa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2805,
            "upload_time": "2023-07-29T01:35:29",
            "upload_time_iso_8601": "2023-07-29T01:35:29.915383Z",
            "url": "https://files.pythonhosted.org/packages/93/5e/2b9778e89784bea4cb45b59f804e949aa2a8780aac29abd20f84d2776707/localstack_extension_diagnosis_viewer-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94f323e12d139d54bc61afe9bd35197a6ccfedd56018c0bae7283041f1a07dd3",
                "md5": "70c21a7fde2326200876f7e6cc511d28",
                "sha256": "55ad236f361272efcfc3830919b7ee29f7f81d94e4c3dd20525ca68792478fff"
            },
            "downloads": -1,
            "filename": "localstack-extension-diagnosis-viewer-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "70c21a7fde2326200876f7e6cc511d28",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2140,
            "upload_time": "2023-07-29T01:35:31",
            "upload_time_iso_8601": "2023-07-29T01:35:31.562491Z",
            "url": "https://files.pythonhosted.org/packages/94/f3/23e12d139d54bc61afe9bd35197a6ccfedd56018c0bae7283041f1a07dd3/localstack-extension-diagnosis-viewer-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-29 01:35:31",
    "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"
}
        
Elapsed time: 0.19866s