Download the PHP package plunkettscott/laravel-otel without Composer
On this page you can find all versions of the php package plunkettscott/laravel-otel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download plunkettscott/laravel-otel
More information about plunkettscott/laravel-otel
Files in plunkettscott/laravel-otel
Package laravel-otel
Short Description OpenTelemetry for Laravel
License MIT
Homepage https://github.com/plunkettscott/laravel-otel
Informations about the package laravel-otel
OpenTelemetry for Laravel
This package provides an OpenTelemetry integration for Laravel applications. It is based on the OpenTelemetry PHP project and provides instrumentation for a number of Laravel components.
Important Note
This package currently relies on a beta release of the OpenTelemetry PHP project.
We will keep the OpenTelemetry PHP dependency up-to-date as new releases are made available. However, we cannot guarantee that this package will work with future versions of OpenTelemetry PHP without breaking changes.
Watchers
This package is currently in development and contains the following Watchers:
- [x] Incoming HTTP Requests
- [x] HTTP Client Requests
- [x] Database Queries
- [x] Redis Commands
- [x] Queued Jobs
- [x] Events
- [x] Event Listeners
- [x] Cache Commands
- [ ] View Rendering (Exploring Capabilities)
- [x] Exceptions
- [x] Log Messages
- [x] Scheduled Tasks
Requirements
- PHP 8.2+
- Laravel 10.0+
Installation
You can install the package via composer:
Usage
-
Install the package
-
Execute the
otel:install
command -
Configure the methods in
app/Providers/OtelServiceProvider.php
to suit your needs - Configure the watchers in
config/otel.php
to suit your needs. See the documentation for more information.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email oss (at) scottplunkett.com instead of using the issue tracker.
Credits
- Scott Plunkett
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-otel with dependencies
guzzlehttp/promises Version ^1.5 || ^2.0
laravel/framework Version ^9.0|^10.0|^11.0
open-telemetry/api Version ^1.0@beta
open-telemetry/sdk Version ^1.0@beta
php-http/message-factory Version ^1.0
symfony/http-client Version ^6.2 || ^7.0