univeros / observability
bin/altair observability:* — framework-native runtime observability. OpenTelemetry-compatible spans + metrics emitted natively (OTLP-JSON over HTTP, no SDK dependency), a PSR-15 middleware for per-request tracing, and a JSONL log under .altair/observability/ for local inspection and after-the-fact a
Requires
- php: >=8.3
- psr/http-message: ^1.1 || ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- univeros/cli: ^2.0
- univeros/configuration: ^2.0
- univeros/container: ^2.0
This package is auto-updated.
Last update: 2026-06-02 20:03:30 UTC
README
bin/altair observability:* — framework-native runtime observability. OpenTelemetry-compatible spans + metrics emitted natively (OTLP-JSON over HTTP, no SDK dependency), a PSR-15 middleware for per-request tracing, and a JSONL log under .altair/observability/ for local inspection and after-the-fact analysis
Installation
composer require univeros/observability
Documentation
The full guide for this package lives in the Univeros documentation.
Contributing
This repository is a read-only mirror of src/Altair/Observability/ in univeros/framework. All issues, pull requests, and discussion belong there — changes pushed here will be overwritten by the next split.
License
The Univeros framework is open-sourced software licensed under the MIT license.