Interface InstrumenterAccess
public interface InstrumenterAccess
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 TypeMethodDescription<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
-