Class InstrumenterUtil
java.lang.Object
io.opentelemetry.instrumentation.api.internal.InstrumenterUtil
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,RESPONSE>
io.opentelemetry.context.ContextstartAndEnd(Instrumenter<REQUEST, RESPONSE> instrumenter, io.opentelemetry.context.Context parentContext, REQUEST request, RESPONSE response, Throwable error, Instant startTime, Instant endTime)
-
Method Details
-
startAndEnd
-