quioteframework / telemetry-dashboard
TUI dashboard + minimal OTLP/HTTP receiver for Quiote (`telemetry:dashboard` console command). A standalone process, not part of the request path.
Package info
github.com/quioteframework/telemetry-dashboard
pkg:composer/quioteframework/telemetry-dashboard
dev-main
2026-07-04 13:58 UTC
Requires
- php: >=8.5.0
- quioteframework/quiote: *
- symfony/tui: ^8.1
This package is auto-updated.
Last update: 2026-07-05 17:07:46 UTC
README
A live TUI dashboard + minimal OTLP/HTTP receiver for Quiote apps. A standalone process, not part of the request path — no app bootstrap required to run it.
Install
composer require quioteframework/telemetry-dashboard
Use
Nothing to configure — installing the package is enough. Run:
quiote telemetry:dashboard
Point your app's telemetry.otlp.endpoint at the dashboard's receiver address (default 127.0.0.1:4318) to see live traffic.
License
MIT. See LICENSE.