Interface ApiTracerFactory

    • Method Detail

      • newTracer

        ApiTracer newTracer​(ApiTracer parent,
                            SpanName spanName,
                            ApiTracerFactory.OperationType operationType)
        Create a new ApiTracer that will be a child of the current context.
        Parameters:
        parent - the parent of this tracer
        spanName - the name of the new span
        operationType - the type of operation that the tracer will trace