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

Allow span 'kind' to be set (e.g. CLIENT|SERVER|CONSUMER|PRODUCER)

Open steveoliverguild opened this issue 1 year ago • 0 comments

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 this:

Screenshot 2024-02-04 at 6 20 39 PM

Since the package doesn't have a Guzzle outbound HTTP request, you only see the 'SERVER' implementation of this new "kind" that can be set on the raw span.

steveoliverguild avatar Feb 05 '24 02:02 steveoliverguild