laravel-jaeger maintained by bonch.dev
Author
Last update
2021/12/24 15:41
(dev-master)
License
Downloads
181
Laravel Jaeger
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\Factory -
Spaning 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