quioteframework/telemetry-dashboard

TUI dashboard + minimal OTLP/HTTP receiver for Quiote (`telemetry:dashboard` console command). A standalone process, not part of the request path.

Maintainers

Package info

github.com/quioteframework/telemetry-dashboard

Issues

pkg:composer/quioteframework/telemetry-dashboard

Transparency log

Statistics

Installs: 0

Dependents: 1

Suggesters: 1

Stars: 0

dev-main 2026-07-04 13:58 UTC

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.