Class InternalServerAttributesExtractor<REQUEST,RESPONSE>
java.lang.Object
io.opentelemetry.instrumentation.api.instrumenter.network.internal.InternalServerAttributesExtractor<REQUEST,RESPONSE>
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThis class is internal and is hence not for public use. -
Constructor Summary
ConstructorsConstructorDescriptionInternalServerAttributesExtractor(ServerAttributesGetter<REQUEST, RESPONSE> getter, BiPredicate<Integer, REQUEST> captureServerPortCondition, FallbackAddressPortExtractor<REQUEST> fallbackAddressPortExtractor, boolean emitStableUrlAttributes, boolean emitOldHttpAttributes, InternalServerAttributesExtractor.Mode oldSemconvMode, boolean captureServerSocketAttributes) -
Method Summary
-
Constructor Details
-
InternalServerAttributesExtractor
public InternalServerAttributesExtractor(ServerAttributesGetter<REQUEST, RESPONSE> getter, BiPredicate<Integer, REQUEST> captureServerPortCondition, FallbackAddressPortExtractor<REQUEST> fallbackAddressPortExtractor, boolean emitStableUrlAttributes, boolean emitOldHttpAttributes, InternalServerAttributesExtractor.Mode oldSemconvMode, boolean captureServerSocketAttributes)
-
-
Method Details
-
onStart
-
onEnd
-