Class SpanNames
java.lang.Object
io.opentelemetry.instrumentation.api.incubator.semconv.util.SpanNames
Deprecated.
This class has been stabilized and moved to
SpanNames-
Method Summary
Modifier and TypeMethodDescriptionstatic StringfromMethod(Class<?> clazz, String methodName) Deprecated.This method is used to generate a span name based on a method.static StringfromMethod(Method method) Deprecated.This method is used to generate a span name based on a method.
-
Method Details
-
fromMethod
Deprecated.This method is used to generate a span name based on a method. Anonymous classes are named based on their parent. -
fromMethod
Deprecated.This method is used to generate a span name based on a method. Anonymous classes are named based on their parent.
-