@adonis-agora/telescope
v0.5.2
Published
Laravel Telescope-style headless observability for AdonisJS — records HTTP requests and every Agora diagnostics event as queryable entries, plus opt-in subpaths for per-technology watchers, a web dashboard, AI exception diagnosis, and alerting.
Maintainers
Readme
@adonis-agora/telescope
Laravel Telescope-style headless observability for AdonisJS — records every
HTTP request and every agora:<lib>:<event> diagnostics publish as a queryable
entry.
npm i @adonis-agora/telescope
node ace configure @adonis-agora/telescopeimport { TelescopeService } from '@adonis-agora/telescope'
const telescope = await app.container.make(TelescopeService)
telescope.list({ type: 'request', limit: 50 })
telescope.byTrace('abc123')
telescope.topFamilies(10, 'diagnostic')See the repo README and DESIGN.md for the
full contract, the cross-repo decoupling design, and the deferred roadmap.
License
MIT © Davi Carvalho
