NoopTracer
class NoopTracer implements RequestTracer (View source)
Implements a no-op tracer which performs no work. Note that to reduce the performance impact of using this tracer, this class is not actually used by the SDK, and simply acts as a placeholder which triggers a native implementation to be used instead.
Methods
Details
requestSpan(string $name, RequestSpan $parent = null)
Creates a new request span.