tbachert / otel-instrumentation-runtime-metrics
Generates php runtime metrics for OpenTelemetry
dev-main / 0.1.x-dev
2025-09-23 20:32 UTC
Requires
- php: ^8.1
- composer-runtime-api: ^2.0
- open-telemetry/api: ^1.4
Requires (Dev)
- symfony/dotenv: ^7.3
- symfony/yaml: ^7.3
- tbachert/otel-sdk: ^0.1
- tbachert/otel-sdk-prometheusexporter: ^0.1
- tbachert/otel-sdk-resourcedetectors: ^0.1
This package is auto-updated.
Last update: 2025-09-30 11:30:33 UTC
README
Provides general PHP runtime metrics such as process uptime and memory usage.
Installation
composer require tbachert/otel-instrumentation-runtime-metrics
Usage
Metrics are automatically registered using the Instrumentation
hook.