Gonçalo Sousa
Results
1
comments of
Gonçalo Sousa
We have achieved distributed tracing with the following: ```php use DDTrace\GlobalTracer; use DDTrace\Tag; use Grpc\Interceptor; class DatadogGrpcInterceptor extends Interceptor { const DEFAULT_BAGGAGE_HEADER_PREFIX = 'ot-baggage-'; const DEFAULT_TRACE_ID_HEADER = 'x-datadog-trace-id'; const DEFAULT_PARENT_ID_HEADER...