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
v4.0.0-RC4
2026-08-05 18:33 UTC
Requires
- php: >=8.5.0
- quioteframework/quiote: ^4.0
- symfony/tui: ^8.1
This package is auto-updated.
Last update: 2026-08-07 17:40:01 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.