Class InternalInstrumenterCustomizerProviderImpl
java.lang.Object
io.opentelemetry.instrumentation.api.incubator.instrumenter.internal.InternalInstrumenterCustomizerProviderImpl
- All Implemented Interfaces:
io.opentelemetry.instrumentation.api.internal.InternalInstrumenterCustomizerProvider
public final class InternalInstrumenterCustomizerProviderImpl
extends Object
implements io.opentelemetry.instrumentation.api.internal.InternalInstrumenterCustomizerProvider
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(io.opentelemetry.instrumentation.api.internal.InternalInstrumenterCustomizer<?, ?> customizer)
-
Constructor Details
-
InternalInstrumenterCustomizerProviderImpl
-
-
Method Details
-
customize
public void customize(io.opentelemetry.instrumentation.api.internal.InternalInstrumenterCustomizer<?, ?> customizer) - Specified by:
customizein interfaceio.opentelemetry.instrumentation.api.internal.InternalInstrumenterCustomizerProvider
-