Class InternalUrlAttributesExtractor<REQUEST>
java.lang.Object
io.opentelemetry.instrumentation.api.instrumenter.url.internal.InternalUrlAttributesExtractor<REQUEST>
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Constructor Summary
ConstructorsConstructorDescriptionInternalUrlAttributesExtractor(UrlAttributesGetter<REQUEST> getter, Function<REQUEST, String> alternateSchemeProvider, boolean emitStableUrlAttributes, boolean emitOldHttpAttributes) -
Method Summary
-
Constructor Details
-
InternalUrlAttributesExtractor
public InternalUrlAttributesExtractor(UrlAttributesGetter<REQUEST> getter, Function<REQUEST, String> alternateSchemeProvider, boolean emitStableUrlAttributes, boolean emitOldHttpAttributes)
-
-
Method Details
-
onStart
-