Package 

Class OtelTracerProvider

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

    
    public final class OtelTracerProvider
     implements TracerProvider
                        

    A class enabling Datadog OpenTelemetry features.

    It allows you to create TracerProvider.

    You can have multiple TracerProviders configured in your application, each with their own settings.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class OtelTracerProvider.Builder

      A builder for creating TracerProvider instances.

    • Method Summary

      Modifier and Type Method Description
      Tracer get(String instrumentationName)
      Tracer get(String instrumentationName, String instrumentationVersion)
      TracerBuilder tracerBuilder(String instrumentationScopeName)
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait