Download the PHP package centrex/laravel-telemetry without Composer
On this page you can find all versions of the php package centrex/laravel-telemetry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download centrex/laravel-telemetry
More information about centrex/laravel-telemetry
Files in centrex/laravel-telemetry
Package laravel-telemetry
Short Description Add Open Telemetry support to Laravel.
License MIT
Homepage https://github.com/centrex/laravel-telemetry
Informations about the package laravel-telemetry
Add Open Telemetry support to Laravel.
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Contents
- Installation
- Usage
- Testing
- Changelog
- Contributing
- Credits
- License
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
You can publish and run the migrations with:
Optionally, you can publish the views using
Usage
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
.
Testing
๐งน Keep a modern codebase with Pint:
โ Run refactors using Rector
โ๏ธ Run static analysis using PHPStan:
โ Run unit tests using PEST
๐ Run the entire test suite:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- centrex
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-telemetry with dependencies
illuminate/database Version ^10.0|^11.0|^12.0
illuminate/support Version ^10.0|^11.0|^12.0
open-telemetry/sdk Version ^1.0
symfony/http-client Version ^7.0