Package 

Class OtelTracerBuilder

  • All Implemented Interfaces:
    io.opentelemetry.api.trace.TracerBuilder

    
    public class OtelTracerBuilder
     implements TracerBuilder
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      OtelTracerBuilder(String instrumentationScopeName, AgentTracer.TracerAPI coreTracer, InternalLogger logger, Function<SpanBuilder, SpanBuilder> spanBuilderDecorator)
    • Method Summary

      Modifier and Type Method Description
      TracerBuilder setSchemaUrl(String schemaUrl)
      TracerBuilder setInstrumentationVersion(String instrumentationScopeVersion)
      Tracer build()
      • Methods inherited from class io.opentelemetry.api.trace.TracerBuilder

        build, setInstrumentationVersion, setSchemaUrl
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OtelTracerBuilder

        OtelTracerBuilder(String instrumentationScopeName, AgentTracer.TracerAPI coreTracer, InternalLogger logger, Function<SpanBuilder, SpanBuilder> spanBuilderDecorator)