bonch.dev / laravel-jaeger
Installs: 181
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/bonch.dev/laravel-jaeger
Requires
- chocofamilyme/laravel-jaeger: ^0.1.5
- illuminate/container: ^7|^8
- illuminate/contracts: ^7|^8
- illuminate/http: ^7|^8
- illuminate/support: ^7|^8
This package is auto-updated.
Last update: 2025-10-24 20:03:22 UTC
README
by bonch.dev
Description
Additional package for chocofamilyme/laravel-jaeger, that spaning the controllers,
middlewares and inject tracing header to PendingReqeust through custom BonchDev\LaravelJaeger\Client\Factory
instance which extends default Illuminate\Http\Client\Factory. If you use Http facade, that will contains injected
tracer headers.
Features
Inject tracing header to
PendingReqeustthrough customBonchDev\LaravelJaeger\Client\Factoryinstance which extends defaultIlluminate\Http\Client\FactorySpaning middlewares, controllers and controller's actions. Classes can be added in whitelists or blacklists, if you need
Installation
composer require bonch.dev/laravel-jaeger- Add
KernelMiddlewaretrait to yourApp\Http\Kernel php artisan laravel-jaeger:providerphp artisan vendor:publishand chooseBonchDev\LaravelJaeger\ServiceProviderphp artisan vendor:publishand chooseChocofamilyme\LaravelJaeger\LaravelJaegerServiceProvider- Customize configs
jaeger.phpandlaravel-jaeger.phpas you wish