Class ApplicationOpenTelemetry
java.lang.Object
io.opentelemetry.javaagent.instrumentation.opentelemetryapi.ApplicationOpenTelemetry
- All Implemented Interfaces:
application.io.opentelemetry.api.OpenTelemetry
public class ApplicationOpenTelemetry
extends Object
implements application.io.opentelemetry.api.OpenTelemetry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final application.io.opentelemetry.api.OpenTelemetry -
Method Summary
Modifier and TypeMethodDescriptionapplication.io.opentelemetry.context.propagation.ContextPropagatorsapplication.io.opentelemetry.api.trace.TracerProviderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface application.io.opentelemetry.api.OpenTelemetry
getLogsBridge, getMeter, getMeterProvider, getTracer, getTracer, meterBuilder, tracerBuilder
-
Field Details
-
INSTANCE
public static final application.io.opentelemetry.api.OpenTelemetry INSTANCE
-
-
Method Details
-
getTracerProvider
public application.io.opentelemetry.api.trace.TracerProvider getTracerProvider()- Specified by:
getTracerProviderin interfaceapplication.io.opentelemetry.api.OpenTelemetry
-
getPropagators
public application.io.opentelemetry.context.propagation.ContextPropagators getPropagators()- Specified by:
getPropagatorsin interfaceapplication.io.opentelemetry.api.OpenTelemetry
-