Package io.airlift.tracing
Class Tracing
java.lang.Object
io.airlift.tracing.Tracing
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> io.opentelemetry.api.common.Attributesstatic <T> io.opentelemetry.api.common.Attributesattribute(io.opentelemetry.api.common.AttributeKey<T> key, T value) static io.opentelemetry.api.trace.Tracer
-
Method Details
-
noopTracer
public static io.opentelemetry.api.trace.Tracer noopTracer() -
attribute
public static <T> io.opentelemetry.api.common.Attributes attribute(io.opentelemetry.api.common.AttributeKey<T> key, Optional<T> value) -
attribute
public static <T> io.opentelemetry.api.common.Attributes attribute(io.opentelemetry.api.common.AttributeKey<T> key, @Nullable T value)
-