worksome/laravel-telemetry is a Laravel package for telemetry support for laravel.
It currently has 4 GitHub stars and 297.704 downloads on Packagist (latest version v0.5.4).
Install it with composer require worksome/laravel-telemetry.
Discover more Laravel packages by worksome
or browse all Laravel packages to compare alternatives.
Last updated
Add Open Telemetry support to Laravel.
You can install the package via composer:
composer require worksome/laravel-telemetry
You can publish the config file with:
php artisan vendor:publish --tag="laravel-telemetry-config"
This package will work out of the box with a default OTLP exporter configuration.
The default port is 4318, and requests will be sent to http://localhost:4318.
composer test