Class FaasExceptionEventExtractors
java.lang.Object
io.opentelemetry.instrumentation.api.incubator.semconv.faas.internal.FaasExceptionEventExtractors
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <REQUEST> voidsetFaasInvocationExceptionEventExtractor(io.opentelemetry.instrumentation.api.instrumenter.InstrumenterBuilder<REQUEST, ?> builder) Configures the FaaS invocation exception event name and severity.
-
Method Details
-
setFaasInvocationExceptionEventExtractor
public static <REQUEST> void setFaasInvocationExceptionEventExtractor(io.opentelemetry.instrumentation.api.instrumenter.InstrumenterBuilder<REQUEST, ?> builder) Configures the FaaS invocation exception event name and severity. Only takes effect when emitting exceptions as logs is enabled via theotel.semconv.exception.signal.previewflag.
-