taisph / laravel-opentracing

OpenTracing for Laravel
Apache License 2.0
12 stars 11 forks source link

Implement Jaeger client support #5

Closed taisph closed 5 years ago

taisph commented 5 years ago

This is a very rudimentary implementation supporting remote reporting via UDP and 3 different sampler types; const, probabilistic and rate limiting.

This also opens up for adding any additional clients if necessary.