{"id":20146973,"url":"https://github.com/exotjs/inspector","last_synced_at":"2025-04-09T19:35:38.743Z","repository":{"id":219248149,"uuid":"748561413","full_name":"exotjs/inspector","owner":"exotjs","description":"Application inspector for Node, Bun and Deno","archived":false,"fork":false,"pushed_at":"2024-02-28T07:11:01.000Z","size":301,"stargazers_count":16,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T21:35:41.560Z","etag":null,"topics":["bun","debugging","deno","inspector","monitoring","nodejs","tracing","typescript"],"latest_commit_sha":null,"homepage":"https://exot.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exotjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-26T08:58:21.000Z","updated_at":"2024-02-22T09:03:59.000Z","dependencies_parsed_at":"2024-02-22T17:49:19.351Z","dependency_job_id":"e6325831-2c36-400b-bd08-49f38bae8b28","html_url":"https://github.com/exotjs/inspector","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"6f41c5f166bf96ab8c4a6fc6403f281d9e1ea661"},"previous_names":["exotjs/inspector"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exotjs%2Finspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exotjs%2Finspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exotjs%2Finspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exotjs%2Finspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exotjs","download_url":"https://codeload.github.com/exotjs/inspector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248098324,"owners_count":21047414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bun","debugging","deno","inspector","monitoring","nodejs","tracing","typescript"],"created_at":"2024-11-13T22:26:58.879Z","updated_at":"2025-04-09T19:35:38.716Z","avatar_url":"https://github.com/exotjs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exot Inspector\n\n\u003e [!IMPORTANT]  \n\u003e Status: under development\n\nApplication inspector for Node, Bun and Deno, equipped with powerful tools for monitoring, tracing and debugging.\n\n[![ci](https://github.com/exotjs/inspector/actions/workflows/ci.yml/badge.svg)](https://github.com/exotjs/inspector/actions/workflows/ci.yml)\n\n![Exot Node Inspector](https://github.com/exotjs/inspector/blob/main/assets/exot-inspector-banner.png?raw=true)\n\n## Features\n\n- Metrics, logs, traces, and custom events.\n- Monitoring of outgoing HTTP requests.\n- Data storage flexibility - without reliance on external services or databases.\n- Privacy-first approach: data exchange directly between your server and the application.\n\n## Tools included\n\n- Dashboards\n- Logs\n- Traces\n- Network Inspector\n- Error Tracking\n- Custom Events\n- Environment Inspector\n\n## Install\n\n```sh\nnpm install @exotjs/inspector\n```\n\n## Deno\n\n```ts\nimport { Inspector } from 'https://deno.land/x/exot_inspector/mod.ts'\n```\n\n## Usage\n\nWhile it's recommended to use a [plugin](#framework-plugins) tailored for your framework, which includes all common functionality and a websocket server, you can also integrate the Inspector manually:\n\n\n```ts\nimport { Inspector } from '@exotjs/inspector';\nimport { MemoryStore } from '@exotjs/inspector/store';\n\nconst inspector = new Inspector({\n  store: new MemoryStore(),\n});\n\ninspector.instruments.traces.trace('trace_name', () =\u003e {\n  // your function here...\n});\n```\n\n## Framework plugins\n\n- [Express](https://github.com/exotjs/express)\n\n## Instruments\n\nThe inspector includes several built-in instruments for common tasks. They are available under `inspector.instruments.*` and include:\n\n- `errors`\n- `events`\n- `logs`\n- `metrics`\n- `network`\n- `traces`\n\n## Contributing\n\nSee [Contributing Guide](https://github.com/exotjs/inspector/blob/main/CONTRIBUTING.md) and please follow our [Code of Conduct](https://github.com/exotjs/inspector/blob/main/CODE_OF_CONDUCT.md).\n\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexotjs%2Finspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexotjs%2Finspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexotjs%2Finspector/lists"}