tracing-laravel icon indicating copy to clipboard operation
tracing-laravel copied to clipboard

Distributed tracing (OpenTracing) for Laravel made easy

Results 6 tracing-laravel issues
Sort by recently updated
recently updated
newest added

At the moment our versions constraints are brittle and its getting harder to anticipate where things might break due to wide range of supported software. I suggest to limit support...

enhancement
question

Currently there are a couple of things that don't follow idiomatic naming in zipkin. First, we usually use `VERB /path/for/route` as span names [instead of a fixed name](https://github.com/Vinelab/tracing-laravel/blob/master/src/Middleware/TraceRequests.php#L50) as it...

enhancement

The goal here is to be able to identify spans as either 'CLIENT', 'SERVER', 'CONSUMER', or 'PRODUCER' - such that their relationships on a service graph can be mapped, like...

Using a queue can speed up the response time of your site and reduce a lot of risks. For example, if `zipkin` crashes, it won't affect the site. It can...

## Issue Description Since updating to the new [`v2.3.2`](https://github.com/Vinelab/tracing-laravel/releases/tag/v2.3.2) release, following error log gets spammed in the `laravel.log` file: ```properties [2023-11-09 10:32:47] testing.ERROR: Invalid sampler class. Expected `BinarySampler` or `PercentageSampler`,...